MCPcopy Index your code
hub / github.com/getsentry/sentry / click

Method click

fixtures/page_objects/base.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 return self.element.get_attribute(self.label_attr)
36
37 def click(self):
38 self.element.click()
39
40
41class ButtonWithIconElement(ButtonElement):

Callers 15

openMenuFunction · 0.45
clearFunction · 0.45
selectFunction · 0.45
test_console_tabMethod · 0.45
test_network_tabMethod · 0.45
test_memory_tabMethod · 0.45
test_errors_tabMethod · 0.45
test_trace_tabMethod · 0.45

Calls

no outgoing calls