Handle Securtiy Warning pop-up in FireFox with Selenium IDE -
Handle Securtiy Warning pop-up in FireFox with Selenium IDE -
i using selenium ide 2.5.0.
when used firefox 23.0.1, displays "security warning" popup window "continue" , "cancel" option. 1 time popup window displays not allow select or view source file before clicking either "continue" , "cancel"
i tried mentioned solutions like, about:config there no security.warn in list mentioned.
i tried disable warnings in security tab/settings button(warning messages)
some 1 suggested emulate 'enter' key not alternative on how view pop-up window name can't view source files.
can help on how work around on this?
i struggeling more 2 weeks this.
thank suggestions
amit
at first seek rid of message. there seams misconfiguration , browser tries warn user.
2) didn't have exact message same till now, closing of alerts work this:
executescript("window.alert.myalerttext = null;"); executescript("window.confirm = function(msg){ window.alert.myalerttext = msg; homecoming true; };");
where executescript uses driver javascriptexecuter. source has called before confirm dialog can happen. closes confirm dialog , stores text later use.
firefox selenium selenium-ide
Comments
Post a Comment