in reply to perl selenium::remote::driver

I've used Selenium::Remote::Driver to connect directly to ghostdriver, without a Selenium Server in between Perl and ghostdriver.

As for whether the APIs in Selenium::Remote::Driver, I don't know whether they are webdriver APIs or other APIs. Maybe you can look at them and compare them to find out.

Replies are listed 'Best First'.
Re^2: perl selenium::remote::driver
by prat7434 (Acolyte) on Mar 12, 2016 at 12:16 UTC
    Thanks Corion. Your point gave me some hint, and I found Selenium::Firefox module to execute without server in between.