I want to use gem 'selenium-devtools', '~> 0.108.0'

I want to use gem ‘selenium-devtools’, ‘~> 0.108.0’ and the same has been added in the dependency Gemfile. But I am getting “LoadError: cannot load such file -- selenium/devtools/v102” when trying to run. Could you please help?

Hi Helen,

This error is usually caused due to selenium-devtools gem version. You can upgrade the selenium-devtools gem to 0.91.1 and run the test. It should resolve the issue.