9mohit2 has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Setup of IE-Webdriver iin Selenium
by 9mohit2 (Sexton) on Oct 14, 2016 at 10:04 UTC |