You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS the Web Inspector does not automatically open when starting with Debug = True.
Opening via context menu still works, but impedes the ability to replace the context menu.
Is there a way to trigger the inspector from the python side?
The text was updated successfully, but these errors were encountered:
if _state['debug'] and webview_settings['OPEN_DEVTOOLS_IN_DEBUG']:
self.webview.setInspectable_(True)
config.preferences().setValue_forKey_(True, 'developerExtrasEnabled')
i got my app to show up on the safari dev menu and could attach the inspector as described.
Specification
Description
On MacOS the Web Inspector does not automatically open when starting with Debug = True.
Opening via context menu still works, but impedes the ability to replace the context menu.
Is there a way to trigger the inspector from the python side?
The text was updated successfully, but these errors were encountered: