windows - Selenium- internet explorer disable script debugging -
last couple of days have been trying figure out ways handle few issues selenium
, ie
such this
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.
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?
Comments
Post a Comment