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

All Questions

0 votes
1 answer
52 views

Getting 'object doesn't support property or method "evaluate" ' in selenium | IE

I am automating a web app on IE(Internet Explorer) browser. I am getting the below error when I am trying to find any element on the page after the page is loaded. selenium.common.exceptions....
1 vote
1 answer
12k views

JavaScriptexecutor setAttribute value on selenium

I was executing a selenium automation on IE11. Now for an Element, say ele; ele.sendKeys(characters) are not working directly. So I was trying to change the 'value' attribute for that <input> ...
4 votes
1 answer
2k views

Selenium IEdriver issue "WebDriverException : The HTTP request to the remote WebDriver server for URLxxxx timed out after 60 seconds."

I am using IEDriverServer 3.9 with IE 11 on Win10 . Test solution using C# with .NET frmaework 4.6.1. I'm getting the classic error at the moment of lunching my selenium tests, it opens IE but after ...
0 votes
1 answer
208 views

When Selenium test execution is triggered in Azure devops server screenshots are not captured for Internet explorer browser

We have few test cases automated using Selenium and C#. We need to run our tests in Internet Explorer 11. Test case executes perfectly in local systems but when we do the test run remotely using Azure ...
1 vote
1 answer
110 views

Selenium Javascript executor don't finish - IE11, Edge IE mode

Hello I have problem with javascript excecutor in Selenium Browser: Edge IE mode;IE11. Script don't finish working. I run button where after click show window Windows10 I use method: public void ...
0 votes
2 answers
2k views

"This is the initial start page for the WebDriver server" - Unable to resolve in Selenium/Python program using IE 11

After running my Selenium/Python program, browser opened with below message: This is the initial start page for the WebDriver server I have done below steps to resolve this: In IE Options -> ...
0 votes
0 answers
980 views

Edge Browser in IE Mode is throwing an Error Message "Internet Explorer cant be found. You need to re-install or re-enable Internet Explorer""

My application doesn't work in the Edge browser. but works fine in the Edge Browser(Version 105) with IE Compatibility Mode. Am using Selenium 4 with below code to launch the Edge Browser in IE Mode ...
0 votes
1 answer
321 views

IE mode with InternetExplorerDriver

Now Im using selenium version 4.8.1 With the following Code: var ieOptions = new InternetExplorerOptions { }; ieOptions.AttachToEdgeChrome = true; ieOptions....
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 ...
1 vote
3 answers
2k views

Selenium Tests run very slow on Internet Explorer

I am writing automated tests for my app. Tests are running fine on google chrome. But when I run them on Internet Explorer 11, they run very slow. When I run them on chrome, one test case completes in ...
0 votes
2 answers
621 views

clear() method doesn't clears the field in MS EDGE IE11 with Selenium-4.1.2

Recently, I have upgraded my Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11. But we are continuously facing issue when we are clearing any TextBox field using ...
0 votes
2 answers
433 views

High memory leakage is observed in EDGE IE11 mode as compared to IE with Selenium

Recently, we have upgraded our Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11 mode. The reason behind running our application on EDGE IE11 mode is because IE ...
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....
2 votes
1 answer
7k views

How to handle IE download popup using selenium webdriver

I need a solution to download a PDF file from an web application in IE11 using selenium webdriver. Please find the below pop-up which I am trying to handle. Below are the ways I tried handle the IE ...
0 votes
0 answers
105 views

using python selenium IE11, python(jupyter notebook) finds compeletly different element of HTML

I am building a crawling code on a web page running only on IE11. My problem is that python selenium,selenium.webdriver.Ie, find completely different element of HTML element = driver....

15 30 50 per page
1
2 3 4 5
16