Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load_enhancements_manifest
Function · 0.45
_extract_definitions
Method · 0.45
_extract_event_names
Method · 0.45
_extract_types
Method · 0.45
_extract_enum_values
Method · 0.45
_extract_type_fields
Method · 0.45
_extract_events
Method · 0.45
_extract_commands
Method · 0.45
_extract_parameters_and_required
Method · 0.45
main
Function · 0.45
generate_code
Method · 0.45
close
Method · 0.45
Calls
2
execute
Method · 0.95
execute_script
Method · 0.95
Tested by
no test coverage detected