javascript - Page.handleJavaScriptDialog does not work in Chrome 29 -
i using page.handlejavascriptdialog in chrome.debugger handle js dialog in chrome extension.
fails in latest chrome 29.
chrome.debugger.sendcommand({"tabid": 2}, "page.handlejavascriptdialog", {accept:true}, function(msg){});
is there replace or api changed?
Comments
Post a Comment