Skip to content
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

Console plugin does not fail on error on Firefox #2058

Closed
qoobaa opened this issue Apr 16, 2015 · 3 comments
Closed

Console plugin does not fail on error on Firefox #2058

qoobaa opened this issue Apr 16, 2015 · 3 comments

Comments

@qoobaa
Copy link

qoobaa commented Apr 16, 2015

I'm trying to use the console plugin with Firefox and it seems to work only partially. The only thing that works is logs filtering (the exclude option), but none of failOnError, failOnWarning doesn't seem to work properly, they work when I tested on Chrome.

@juliemr
Copy link
Member

juliemr commented Apr 16, 2015

This is because the firefoxdriver implements log grabbing slightly differently. We should clarify that the console plugin is only guaranteed against chrome.

@szimek
Copy link
Contributor

szimek commented Apr 16, 2015

@juliemr Do you think it would make sense to report it to Selenium to make the Firefox driver work similarly to the Chrome one?

@szimek
Copy link
Contributor

szimek commented Apr 19, 2015

One more thing - I'm getting random NS_ERROR_XPC_BAD_CONVERT_NATIVE errors in console when running tests in Firefox (no idea why) that actually make tests fail:

Fail:  Console output
       SEVERE: NS_ERROR_XPC_BAD_CONVERT_NATIVE:

so it looks like it works in some cases :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants