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

Method hover_element

seleniumbase/fixtures/base_case.py:9756–9758  ·  view source on GitHub ↗

Same as self.hover()

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

Source from the content-addressed store, hash-verified

9754 self.context_click(selector, by=by, timeout=timeout)
9755
9756 def hover_element(self, selector, by="css selector", timeout=None):
9757 """Same as self.hover()"""
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()"""

Callers 5

hoverMethod · 0.45
hover_and_clickMethod · 0.45

Calls 1

hoverMethod · 0.95

Tested by

no test coverage detected