Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
23 views

IE Webdriver Click() clicking the element but nothing happens

I want to click on a element it finds the element and clicks on it as well however the elements state(button name changing) which needs to be changed doesn't change. The code works fine for chrome and ...
tmk123's user avatar
  • 1
0 votes
2 answers
2k views

SendKeys not populating the values in respective components in Internet Explorer but it does in Chrome

I'm facing an issue like, SendKeys() is not passing the values to the correct fields even given valid ID in Internet Explorer 11. If I run the same script in the Chrome 66+ browser it works as ...
Karunagara's user avatar
0 votes
1 answer
670 views

Cannot open IE through selenium

I am trying to run my automation script in IE and have downloaded IE driver and giving that in path but some reason its not opening and getting error org.openqa.selenium.SessionNotCreatedException: ...
user6939's user avatar
  • 363
2 votes
1 answer
2k views

How to set Selenium Webdriver using Internet Explorer Browser to not share sessions during multi threaded testing?

Im trying to test against Internet Explorer 11 browser multi threaded using selenium webdriver C# with IEDriverServer.exe. I can now launch multi threaded IE browsers with their own test scripts and ...
Hikkiraru Hikki's user avatar