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

All Questions

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 ...
Selenium Lover's user avatar
3 votes
3 answers
831 views

Selenium Issue with Internet Explorer : org.openqa.selenium.NoSuchElementException : Unable to find element with xpath

I am trying to run Selenium (Selenium standalone server 3.141.59) for my system in Internet Explorer (IE 11). It works till the login. After the login it opens a new window and I use following line to ...
Dilhan Nakandala's user avatar
1 vote
0 answers
390 views

Selenium with Edge Chromium in IE11 compatibility mode

We are trying to setup Selenium with Edge browser, but with IE11 compatibility mode in Java. Is this possible? We tried various settings with various driver versions, setting capabilities, but with no ...
omniflash's user avatar
  • 191
1 vote
2 answers
107 views

Selenium Webdriver sendKeys enters values in IE11 32 bit but then removes it

I have to enter text in a input box in a selenium test in java. I am using below code to do that and it enters the characters but then deletes it: WebElement depart=webControls.getDriver()....
Sneh Tripathi's user avatar
0 votes
0 answers
43 views

Selenium IE11 file download - Non Robot framework solution

I'm looking for a solution in a Java Selenium test to interact with the IE11 download file dialog without needing to use Robot framework. Our team needs to be able to run a large number of tests ...
Dili's user avatar
  • 586
0 votes
1 answer
248 views

XPathEvaluator is undefined’ script error in Microsoft Dynamics CRM using IEDriverServer and Internet Explorer through Selenium and Java

I am testing a CRM application using Selenium Java. There is a button on the CRM application which when clicked opens a new window. When I run the test for this functionality, the new window opens ...
PratikshaB's user avatar
-1 votes
1 answer
71 views

Why sendKeys() in Windows IE 11 no longer persists after upgrading to Selenium Java 3.14.0?

The code for creating an InternetExplorerDriver: InternetExplorerOptions options = new InternetExplorerOptions(); options.setCapability("nativeEvents", false); WebDriver ieDriver = new ...
ldiary's user avatar
  • 494
2 votes
1 answer
376 views

org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session error with Selenium and IE11 using Java

I'm trying to automate my test cases using Selenium with the following software applications. WebDriver 3.12.0 InternetExplorerDriver3.150.1 IE11 browser Java1.8.0.231 Here's my script to ...
Karunagara's user avatar
0 votes
0 answers
78 views

Read an already opened file in internet explorer without saving using java

When a file is opened in internet explorer without saving, it stores the file in temp folder. In windows 10 it creates a folder with random name in temp folder. I need to read the file using java. But ...
sw dev's user avatar
  • 11
0 votes
0 answers
116 views

Pressing Ctrl+a after clicking a row in the table selects the entire text on the webpage, when using IEDriverServer in Selenium. Why?

Doing the same using ChromeDriver, selects all the rows. However, I want to select all the rows in the table using IEDriverServer only because the website works without any error only in Internet ...
GateNikalegaTeraBhai's user avatar
0 votes
2 answers
2k views

Unable to execute Javascript Executor in InternetExplorer 11

I am trying to use javascript executor to sendKeys for the given xpath but it's not working on browser IE 11.Since this is an hidden xpath iam using the javascript executor.I am using Eclipse tool ...
raman san's user avatar
2 votes
2 answers
967 views

Remove address bar in IE with selenium

I can't hide the address bar using selenium I have read about selenium's capabilities with IE but I can't find the specific one I hope to have an IE window without the address bar using selenium ...
Alejandro Herrera's user avatar
1 vote
1 answer
860 views

Selenium InternetExplorer 11 - Succesive Alert - Text Empty on the second Alert

Hello (excuse my English), I have the following problem using Selenium WebDriver with IE 11. When I try catching alert text, I manage getting the first text on the first alert. As soon as I accept ...
Rodos85's user avatar
  • 13
1 vote
1 answer
2k views

Scrollable screenshot using ashot in selenium not working with internet explorer 11 version but working fine in chrome and firefox

public static void takeScrollableScreenshot(WebDriver webdriver, String filePath, WebDriverWait wait) throws Exception { File myDirectory = new File(filePath); if(!myDirectory.exists()) {...
Reshma Pradeep's user avatar
0 votes
2 answers
2k views

What will be the stable versions to work with selenium automation with IE11 browser?

Please let me know what will be best versions of the following to work with selenium automation with IE11 browser on a 64 bit machine. Java Selenium IE webdriver TestNG
VISHVAMBRUTH J T's user avatar

15 30 50 per page