You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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.
The text was updated successfully, but these errors were encountered:
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):
And
(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.
The text was updated successfully, but these errors were encountered: