-
Notifications
You must be signed in to change notification settings - Fork 763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling alerts sometimes fails with Chrome #652
Comments
* Improves alert hadling for Chrome (robotframework#652) In Chrome is often a random WebDriverException which caused by unknow reson. This commit creates a retry functionality that improves alert handling for Crome. Fixes robotframework#652 * Refactored the code to simplify the logic * Changed class attribute to better describe what it does * Updates alert handling based on the comment review * Changed class atributes names to describe better what they do * Fixed based on the comments
* Improves alert hadling for Chrome (robotframework#652) In Chrome is often a random WebDriverException which caused by unknow reson. This commit creates a retry functionality that improves alert handling for Crome. Fixes robotframework#652 * Refactored the code to simplify the logic * Changed class attribute to better describe what it does * Updates alert handling based on the comment review * Changed class atributes names to describe better what they do * Fixed based on the comments
I am still encountering this issue in Chrome but not Firefox.
|
I am pretty that your problem is not same as this because it's over two years old. If you think that there is a problem in the library, please open new issue. If you are seeking support, please see https://github.com/robotframework/SeleniumLibrary/blob/master/README.rst#support |
With Chrome 53.0.2785.92, chromedriver 2.23.409687 and selenium 2.53.6 the alert acceptance test seems be failing, again.
There seems to be timing issue with chrome which causes
WebDriverException: Message: unknown error: unhandled inspector error
on random but frequent places. Fix the error or at least perform few times a re-try.The text was updated successfully, but these errors were encountered: