MCPcopy Index your code
hub / github.com/seleniumbase/SeleniumBase / execute_cdp_cmd

Method execute_cdp_cmd

seleniumbase/fixtures/base_case.py:3511–3514  ·  view source on GitHub ↗
(self, script, *args, **kwargs)

Source from the content-addressed store, hash-verified

3509 return self.driver.execute_script(script, *args, **kwargs)
3510
3511 def execute_cdp_cmd(self, script, *args, **kwargs):
3512 self.__check_scope()
3513 self._check_browser()
3514 return self.driver.execute_cdp_cmd(script, *args, **kwargs)
3515
3516 def execute_async_script(self, script, timeout=None):
3517 self.__check_scope()

Callers 10

extend_driverFunction · 0.80
uc_special_open_if_cfFunction · 0.80
get_local_driverFunction · 0.80
evaluateMethod · 0.80
test_user_agentMethod · 0.80
tearDownMethod · 0.80
test_geolocationMethod · 0.80
test_get_user_agentMethod · 0.80

Calls 2

__check_scopeMethod · 0.95
_check_browserMethod · 0.95

Tested by 5

test_user_agentMethod · 0.64
tearDownMethod · 0.64
test_geolocationMethod · 0.64
test_get_user_agentMethod · 0.64