To open up debugging console, right click on an element and select Inspect.
import webview if __name__ == '__main__': webview.create_window('Debug window', 'https://pywebview.flowrl.com/hello') webview.start(debug=True)
← Quit confirmation dialog Destroy window →