robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Please make it possible to handle alerts inside page body #254

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by andrey.hitrin on 1 Nov 2012

Existing words 'Alert Should Be Present' and 'Get Alert Message' can handle alerts that are thrown when browser clicks a link. But they're unable to detect whether there is an alert that raises on the page itself.

Is it possible to add handling of such kinds of alerts?

Distilled examples provided. Given test fails on Firefox with Selenium Library 2.9.1.

spooning commented 9 years ago

Originally submitted to Google Code by andrey.hitrin on 1 Nov 2012

It's actually seems to be a Selenium defect. If it is, please close this issue. Sorry.

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 13 Jan 2013

Alerts are handled in Selenium. We cannot do much to this issue.