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

Selenium 3.4.4 prints tons of output #4311

Closed
boris-petrov opened this issue Jul 14, 2017 · 1 comment
Closed

Selenium 3.4.4 prints tons of output #4311

boris-petrov opened this issue Jul 14, 2017 · 1 comment
Labels

Comments

@boris-petrov
Copy link
Contributor

boris-petrov commented Jul 14, 2017

I'm using Selenium 3.4.4 with Capybara 2.14.4 and Firefox 47.0.1. When I run my tests, there is tons and tons of output like (showing just a fraction of it):

1500025037345   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider"]
1500025037346   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm: ["LightweightThemeManager"]
1500025037348   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/GMPProvider.jsm
1500025037349   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/PluginProvider.jsm
1500025037350   addons.manager  DEBUG   Starting provider: XPIProvider
1500025037350   addons.xpi      DEBUG   startup

And

JavaScript warning: http://127.0.0.1:8081/some-js-file.js, line 123: mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create

(The second one is the console output of the browser I guess). I haven't modified any of the logging configurations of Capybara/Selenium (nor does it change anything if I do a Selenium::WebDriver.logger.level = :warn).

This doesn't happen with 3.4.3.

@p0deje p0deje closed this as completed in fe798d0 Jul 14, 2017
@p0deje
Copy link
Member

p0deje commented Jul 14, 2017

Thank you for the report! This is now fixed.

@p0deje p0deje added the C-rb label Jul 14, 2017
topherbullock pushed a commit to topherbullock/selenium that referenced this issue Oct 4, 2017
@lock lock bot locked and limited conversation to collaborators Aug 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants