PyChromeDevTools
PyChromeDevTools copied to clipboard
How to do Page.javascriptDialogOpening?
chrome.Runtime.evaluate(expression="alert(1111)") I want to callback do it
ep:
chrome.Page.handleJavaScriptDialog(accept=True)
will be close the alert