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

Method click

seleniumbase/undetected/cdp_driver/tab.py:1646–1648  ·  view source on GitHub ↗
(self, selector, timeout=5)

Source from the content-addressed store, hash-verified

1644 await self.send_keys(selector, text, timeout=timeout)
1645
1646 async def click(self, selector, timeout=5):
1647 element = await self.find(selector, timeout=timeout)
1648 await element.click_async()
1649
1650 async def click_if_visible(self, selector, timeout=0):
1651 original_selector = selector

Callers 1

uc_clickMethod · 0.45

Calls 2

findMethod · 0.95
click_asyncMethod · 0.80

Tested by

no test coverage detected