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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -