waldenner / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

Cannot automate Security alert windows in IE using Script written with Selenium library keywords. #583

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HI,
Robot Framework has been an excellent with firefox. But in IE, the security 
alerts which comes before loading a page cannot be automated.

OS:WINDOWS XP
python26

Original issue reported on code.google.com by ranadeep...@gmail.com on 8 Jul 2010 at 3:56

GoogleCodeExporter commented 9 years ago
Good to hear RF has worked well. Your problem is related to the SeleniumLibrary 
so it should be submitted to its tracker at [1]. I'll close this issue as 
Invalid here.

If you are talking about native Windows security dialogs, there's no way to 
test them with Selenium. You can possibly use something like the AutoItLibrary 
to interact with them [2]. You might also want to send a mail to the 
robotframework-users mailing list and ask how others solve the same problem.

[1] http://code.google.com/p/robotframework-seleniumlibrary/issues/list
[2] http://code.google.com/p/robotframework-autoitlibrary

Original comment by pekka.klarck on 8 Jul 2010 at 7:29