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