MCPcopy Create free account
hub / github.com/seleniumbase/SeleniumBase / __mouse_drag

Method __mouse_drag

seleniumbase/core/sb_cdp.py:611–614  ·  view source on GitHub ↗
(self, element, destination)

Source from the content-addressed store, hash-verified

609 return result
610
611 def __mouse_drag(self, element, destination):
612 return (
613 self.loop.run_until_complete(element.mouse_drag_async(destination))
614 )
615
616 def __mouse_move(self, element):
617 return (

Callers 1

__add_sync_methodsMethod · 0.95

Calls 1

mouse_drag_asyncMethod · 0.80

Tested by

no test coverage detected