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

Method hover_over_element

seleniumbase/fixtures/base_case.py:9764–9766  ·  view source on GitHub ↗

Same as self.hover()

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

Source from the content-addressed store, hash-verified

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()"""
9766 return self.hover(selector, by=by, timeout=timeout)
9767
9768 def wait_for_element_visible(
9769 self, selector, by="css selector", timeout=None

Callers

nothing calls this directly

Calls 1

hoverMethod · 0.95

Tested by

no test coverage detected