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

Method gui_move_to_element

seleniumbase/core/sb_cdp.py:2709–2711  ·  view source on GitHub ↗

Same as gui_hover_element()

(self, selector, timeframe=0.27)

Source from the content-addressed store, hash-verified

2707 self.gui_drag_drop_points(x, y, x, y, timeframe=timeframe)
2708
2709 def gui_move_to_element(self, selector, timeframe=0.27):
2710 """Same as gui_hover_element()"""
2711 return self.gui_hover_element(selector, timeframe=timeframe)
2712
2713 def __gui_hover_x_y(self, x, y, timeframe=0.27, uc_lock=False):
2714 self.__install_pyautogui_if_missing()

Callers

nothing calls this directly

Calls 1

gui_hover_elementMethod · 0.95

Tested by

no test coverage detected