Hi,
Could anyone tell me how to setup the chrome driver for selenium-perl
bindings.
I have visited http://code.google.com/p/selenium/wiki/ChromeDriver on
how to do it, but I am unable understand after setting the path
variable what do we have to do? I mean how to write the perl script
and how to call the chrome browser in the script. Since they provided
only for java, I cant understand it.
Also, It would be helpful to provide me some steps with example on how
we can automate using selenium IDE 1.1.0 and RC server 2.13.0 using
perl scripts in chrome browser.
Regards,
Anurag
The ChromeDriver is independent of the binding itself, which means
that once you set the ChromeDriver up, you can use any binding to talk
to it. As far as Perl, I don't know how to write in it, but it looks
like in this doc(https://metacpan.org/module/Selenium::Remote::Driver)
that it might be done like this:
my $driver = new Selenium::Remote::Driver('browser_name' => 'chrome');
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.