windows - Selenium- internet explorer disable script debugging -


last couple of days have been trying figure out ways handle few issues selenium , ie such this

enter image description here

today, wanted run selenium tests against ie9 in middle of test, due javascript error debugger popped , tests started failing. bit of information tried using

options.unexpectedalertbehavior = internetexplorerunexpectedalertbehavior.dismiss; 

which not able dismiss debugger window. enter image description here

i know can manually unchecking debugger follows. but, not feasible solution since these tests can executed in lot of different machines.

is there way these programatically desirecapability or options? or @ least commands commandline?

enter image description here


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -