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

All Questions

0 votes
0 answers
24 views

Empty webpage displayed in IE11 after clicking submit button in selenium webdriver

IE11 displays nothing on webpage when I run my test case but works fine with Chrome and Firefox where it displays homepage. Doesn't work manually also. Could you please help me what might have gone ...
SAI's user avatar
  • 1
0 votes
2 answers
683 views

Permission denied error given for IE webdriver

I am trying to run my automation scripts on ie11 but i am getting permission denied error for ie 11 webdriver from selenium import webdriver from webdriver_manager.microsoft import IEDriverManager ...
Dawood Abbas 's user avatar
0 votes
0 answers
348 views

Python using Selenium's WebDriver window_handles to switch between tabs - returning only parent window

I'm writing automation with Python (3.6.5) and Selenium (3.141.0). The webpage I'm visiting, opening a new tab, which I get to my driver.window_handles in Chrome and FF, but not in IE 11. I tried to ...
Yoav Keren's user avatar
1 vote
1 answer
201 views

How to reproduce the Selenium Error - The HTTP request to the remote WebDriver timed out after 60 seconds

I am encountering the same error described in Selenium Error - The HTTP request to the remote WebDriver timed out after 60 seconds. In order to better understand the problem, I need to create a ...
sashoalm's user avatar
  • 78.1k
0 votes
0 answers
146 views

Facing slowness on executing selenium script through Jenkins(remotely) on IE11 browser

I am facing slowness on trying to execute my selenium script remotely on IE11 However, this is comparatively working fine with local execution Selenium version: 3.141 IE driver: 3.14.0 I am working ...
Mohd Parvez's user avatar
0 votes
2 answers
178 views

Selenium Grid- Running a test in parallel on IE 11

I want to run my test in parallel on Selenium Grid on IE browser 11. I have one Hub machine(VDI machine) on which i have one node as well. Machine 1 , Hub1 and Node1 For the second Node i have another ...
Devesh Dobriyal's user avatar
0 votes
1 answer
530 views

How to start selenium standalone server ith IE11 webdriver?

I'm trying this command in order to start selenium standalone server with internet explorer 11: java -jar selenium-server-standalone-3.141.59.jar -Dwebdriver.ie.driver=C:\Users\MyUser\Downloads\...
user3611522's user avatar
0 votes
2 answers
187 views

Click method behaves differently when using ChromeDriver with Chrome and IEDriverServer with Internet Explorer 11

I have created xpath on chrome as : "//a[@href[contains(.,'moduleCode=MASTER')]]" This xpath is working fine for chromedriver. However, when the same Xpath is being executed for IEDriverServer it ...
Lokesh Singh's user avatar
10 votes
1 answer
2k views

Why is React's onChange event not fired on Selenium WebDriver's SendKeys in IE 11?

We have a relatively simple React component with an input element in it: export class MyInput extends Component { componentDidMount() { function log(e) { console.log(`Event: ${e.type}, ...
Pavel Gatilov's user avatar
0 votes
0 answers
516 views

How to Force Selenium InternetExplorerDriver to move past initial page timeout

I'm using the 32 bit, version 3.14 version of the IEDriverServer. I'm using IE v11 and have turned on protected mode in all zones. I have the following code: using OpenQA.Selenium; using OpenQA....
Joseph White's user avatar
0 votes
2 answers
676 views

Multiple IE web-drivers : session lost when click link/button that opens a popup window

I run multiple (2) IE web-drivers together.(for user side and admin side tests) When the InternetExplorer WebDriver click on link/button that opens an modal popup, login page are opened on new window (...
C. Mar's user avatar
  • 149
2 votes
1 answer
7k views

What is the correct IEDriverServer version to use with IE 11 through Selenium

I just got updated to Windows 10 (x64). My old desktop had IE 11 but a lower version, as it was running Windows 7. I now have the following IE version: Version: 11.648.17134.0 Update Versions: 11.0....
Tony's user avatar
  • 1,145
1 vote
1 answer
559 views

Use IE webdriver using selenium in python, without setting Security Modes

Is there a way to use the IE webdriver using selenium in Python script, without having to set the protected modes for all the Zones in IE browser settings? Note: Scenario is that the organisation ...
Harshapriya Chatnalkar's user avatar
0 votes
0 answers
38 views

selenium test automation , IE11 can't access Rich text element using

I want to access Rich text editor inside iFrame. There are four iFrames in the page and I want to access by frame element. The code is like below - public static WebElement ...
Rashed's user avatar
  • 152
0 votes
1 answer
79 views

Selenium IE 11 test on Jenkins Master Server Using nunit3-console.exe

I have a Selenium IE 11 test written in C# that runs perfectly when run locally in Debug or Release. this code is deployed to a Win 10 box with Jenkins (NO SLAVES). The Jenkins "Build" is configured ...
user2690768's user avatar

15 30 50 per page
1
3 4
5
6 7
16