Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Setup of IE-Webdriver iin Selenium

by 9mohit2 (Sexton)
on Oct 07, 2016 at 09:10 UTC ( [id://1173474]=perlquestion: print w/replies, xml ) Need Help??

9mohit2 has asked for the wisdom of the Perl Monks concerning the following question:

I am not able to setup selenium with IE wevdriver. Its giving me error - Selenium server did not return proper status at C:/Perl/site/lib/Selenium/Remote/Driver.pm line 401.
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
    Anyone facing this issue or anyone who has overcome this issue??

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1173474]
Approved by kcott
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-29 11:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found