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

Method hover_on_element

seleniumbase/fixtures/base_case.py:9760–9762  ·  view source on GitHub ↗

Same as self.hover()

(self, selector, by="css selector", timeout=None)

Source from the content-addressed store, hash-verified

9758 return self.hover(selector, by=by, timeout=timeout)
9759
9760 def hover_on_element(self, selector, by="css selector", timeout=None):
9761 """Same as self.hover()"""
9762 return self.hover(selector, by=by, timeout=timeout)
9763
9764 def hover_over_element(self, selector, by="css selector", timeout=None):
9765 """Same as self.hover()"""

Callers 2

hoverMethod · 0.80
hover_and_clickMethod · 0.80

Calls 1

hoverMethod · 0.95

Tested by

no test coverage detected