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

Method add_handler

seleniumbase/core/sb_cdp.py:257–258  ·  view source on GitHub ↗
(self, event, handler)

Source from the content-addressed store, hash-verified

255 return self.get_active_tab().websocket_url
256
257 def add_handler(self, event, handler):
258 self.page.add_handler(event, handler)
259
260 def find_element(self, selector, best_match=False, timeout=None):
261 """Similar to select(), but also finds elements by text content.

Callers 8

start_testMethod · 0.45
raw_res_nike.pyFile · 0.45
listenXHRFunction · 0.45
mainFunction · 0.45
listenXHRFunction · 0.45
raw_req_mod.pyFile · 0.45
raw_req_sb.pyFile · 0.45
raw_res_sb.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected