prat7434 has asked for the wisdom of the Perl Monks concerning the following question:
I am new to web testing and learned selenium from internet. I am using perl module Selenium::Remote::Driver for testing.
My question is: Is this module's implementation work only with Selenium-RC (selenium 1)?
Because AFAIK, webdriver does not need any server instance running(if we do in Java or other bindings), but we need to run selenium server jar file while using perl module. So is it still selenium-RC or webdriver. Are the APIs, we see in Selenium::Remote::Driver , webdriver APIs?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl selenium::remote::driver
by Corion (Patriarch) on Mar 11, 2016 at 19:27 UTC | |
by prat7434 (Acolyte) on Mar 12, 2016 at 12:16 UTC | |
|
Re: perl selenium::remote::driver
by prat7434 (Acolyte) on Mar 10, 2016 at 12:31 UTC |