MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / debug

Method debug

py/selenium/webdriver/safari/webdriver.py:101–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99
100 # First available in Safari 11.1 and Safari Technology Preview 42.
101 def debug(self):
102 self.execute("ATTACH_DEBUGGER")
103 self.execute_script("debugger;")

Callers 15

_extract_definitionsMethod · 0.45
_extract_event_namesMethod · 0.45
_extract_typesMethod · 0.45
_extract_enum_valuesMethod · 0.45
_extract_type_fieldsMethod · 0.45
_extract_eventsMethod · 0.45
_extract_commandsMethod · 0.45
mainFunction · 0.45
generate_codeMethod · 0.45
closeMethod · 0.45

Calls 2

executeMethod · 0.95
execute_scriptMethod · 0.95

Tested by

no test coverage detected