in reply to Re: Simple code using Selenium::Remote::Driver
in thread Simple code using Selenium::Remote::Driver
Thanks Bliako
Exactly. The issue was coming from the webdriver itself
I had to use chromedriver in conjunction with Selenium server, with the following command:
java -Dwebdriver.chrome.driver=path -jar selenium-server-standalone-2. +33.0.jar
That's why my code wasn't running
Again, thank you for the support
|
|---|