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

Method right_click

seleniumbase/fixtures/base_case.py:9752–9754  ·  view source on GitHub ↗

Same as self.context_click()

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

Source from the content-addressed store, hash-verified

9750 self.click_partial_link_text(partial_link_text, timeout=timeout)
9751
9752 def right_click(self, selector, by="css selector", timeout=None):
9753 """Same as self.context_click()"""
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()"""

Callers

nothing calls this directly

Calls 1

context_clickMethod · 0.95

Tested by

no test coverage detected