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

Method wait_for_selector

seleniumbase/core/sb_driver.py:196–197  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

194 )
195
196 def wait_for_selector(self, *args, **kwargs):
197 return page_actions.wait_for_selector(self.driver, *args, **kwargs)
198
199 def wait_for_text(self, *args, **kwargs):
200 return page_actions.wait_for_text(self.driver, *args, **kwargs)

Callers 2

uc_clickFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected