user1868970
user1868970

Reputation: 73

Selenium IEDriverServer.exe - The browser opens up but .SendKeys() isn't working

I'm using Selenium and NUnit to test multiple browsers - FF and Chrome work fine, but IE just opens up the browser to my Login page and just proceeds to hang there doing nothing.

I'm using the most recent versions of the Drivers. Anyone else have this problem, and hopefully a solution? IE is the browser that we really need to test.

Thanks much. :-)

Upvotes: 0

Views: 457

Answers (1)

Ankit jain
Ankit jain

Reputation: 4318

Disable protected mode in IE browser and disable it for all four icon

   1) Internet
   2) trusted 
   3) Local Intranet
   4) restricted site

Tools > internet options > security > Enable protected mode

Enable protected mode check box, check imageenter image description here

Upvotes: 2

Related Questions