MCPcopy
hub / github.com/getsentry/sentry / click

Method click

src/sentry/testutils/pytest/selenium.py:178–179  ·  view source on GitHub ↗
(self, selector=None, xpath=None)

Source from the content-addressed store, hash-verified

176 return self.element_exists('[aria-label="%s"]' % (label))
177
178 def click(self, selector=None, xpath=None):
179 self.element(selector, xpath=xpath).click()
180
181 def click_when_visible(self, selector=None, xpath=None, timeout=3):
182 """

Calls 1

elementMethod · 0.95

Tested by 15

clickCheckboxFunction · 0.36
confirmTrialDaysFunction · 0.36
updateDateFieldFunction · 0.36
openMenuFunction · 0.36
clickModalFunction · 0.36
setupMemberInviteStateFunction · 0.36
renderBreadcrumbDrawerFunction · 0.36
renderFlagDrawerFunction · 0.36
renderModalFunction · 0.36
drillIntoGeneralSettingsFunction · 0.36
renderComponentFunction · 0.36
submitSuccessFunction · 0.36