use strict; use Selenium::Remote::Driver; use Selenium::InternetExplorer; my $driver = Selenium::InternetExplorer->new(binary=>"D:\\IEDriver64\\ +IEDriverServer.exe"); $driver->get('http://www.google.com/'); $driver->shutdown_binary;
I am able to make this script work with Chrome Webdriver though. My system is 64 bit Windows 10 machine and I have tried using both 32 bit as well as 64 bit IE Webdriver.
In reply to Setup of IE-Webdriver iin Selenium by 9mohit2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |