in reply to Re^5: Simple code using Selenium::Remote::Driver
in thread Simple code using Selenium::Remote::Driver

Thank you very much John for your time and the support

I finally found what was going wrong

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

I begin to loove Perl ! :)