-
Notifications
You must be signed in to change notification settings - Fork 315
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
Alerts causing WebDriverException: Message: Failed to decode response from marionette
?
#404
Comments
Related to #255. We should take note of all of these types errors in the WebExtension crawls and fix where possible. The current crash rate is quite high. |
This crash is quite common. I suspect it's happening almost every time there's and alert or modal dialog box on a site. We should set up a test page with a couple different styles of alerts and see if we can close them without causing this error. |
Important comments regarding this are found in #449 (comment) and #449 (comment) |
Fixed as described in #255 (comment) |
Not sure what this one is about, apparently something related to reading the value of alerts (
self.driver.execute(Command.W3C_GET_ALERT_TEXT)["value"]
) causing this crash?Log output:
The text was updated successfully, but these errors were encountered: