Read more

Undefined method log for Selenium::WebDriver::Remote::W3C::Bridge

Emanuel
June 08, 2021Software engineer at makandra GmbH

In case your integration tests crash with a message like below, try to upgrade Capybara to a newer version (3.35.3 was good enough). You might encounter this issue when you enabled the w3c option in Selenium.

undefined method `log' for #<Selenium::WebDriver::Remote::W3C::Bridge:0x000055995647ded0>
Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

Your affected code might look similar to this call below and will work after the upgrade again.

errors = page.driver.browser.manage.logs.get(:browser)
Posted by Emanuel to makandra dev (2021-06-08 08:52)