Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/seleniumbase/SeleniumBase
/ __mouse_move
Method
__mouse_move
seleniumbase/core/sb_cdp.py:616–619 ·
view source on GitHub ↗
(self, element)
Source
from the content-addressed store, hash-verified
614
)
615
616
def
__mouse_move(self, element):
617
return
(
618
self.loop.run_until_complete(element.mouse_move_async())
619
)
620
621
def
__press_keys(self, element, text):
622
element.scroll_into_view()
Callers
1
__add_sync_methods
Method · 0.95
Calls
1
mouse_move_async
Method · 0.80
Tested by
no test coverage detected