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

All Questions

-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
0 votes
0 answers
23 views

IE11 Selenium getting error after logging selenium.NoSuchElementException

Until login, it works fine. After login it is not working. WebElement LoanNumber = driver.findElement(By.id("txtLoanNumber")); LoanNumber.sendKeys("12345"); I am getting the below error: Exception ...
Raj's user avatar
  • 1
0 votes
4 answers
1k views

Selenium WebDriver - Unable to drag and drop element in IE11

I am trying to drag and drop an element from side panel to form. Drag and drop code what I wrote is like below. Actions builder = new Actions(driver); builder.dragAndDrop(source, target).build()....
Chandresh Parmar's user avatar
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
1 vote
1 answer
121 views

Internet explorer driver with Selenium does not allow to handle the window when accessing external web pages

When I access pages in http://localhost... Selenium allows me to manage the window, for example changing its position, but when I access a page from another server I get the following error: org....
Alejandro Herrera'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
2 votes
1 answer
146 views

contextClick() is not working with IEWebDriver

In my test cases i'm using contextClick(). In Chrome and Firefox it is working well. But in Internet Explorer no action is performed. No error message is displayed in logs. os = Windows 10 64bit ...
JanZ's user avatar
  • 584
0 votes
0 answers
27 views

Issue in sending data in fields in internet explorer

I am automating a form using selenium in Internet Explorer 11. There is a field which accepts 5 characters max. When I try to enter 2 characters the cursor still shows in that field and enter data of ...
Sumit Sharma's user avatar
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
1 vote
2 answers
3k views

org.openqa.selenium.NoSuchWindowException: Unable to get browser while trying to open Internet Explorer 11 through Selenium and IEDriverServer

I'm unable to launch Internet Explorer browser with the selenium webdriver. Facing the below error, can anyone please help Error occured: Started InternetExplorerDriver server (32-bit) 3.14.0.0 ...
Prashanth Nagendra'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
0 votes
0 answers
235 views

Login page on New window while using selenium webdriver

I was facing an issue, while I was trying to click on a link it opens a new window. If I try manually it opens the expected link but if my automation code runs it opens the login page, and after login ...
Diwakar Paharia's user avatar
0 votes
1 answer
2k views

Is IE11 webdriver support in linux for selenium testing?

I for now do need to run IE 11 in Ubuntu 16.04 for selenium test cases. Using Wine and PlayOnLinux can be helpful but there is no IE 11 as far as I know
anusha konduru's user avatar
1 vote
0 answers
729 views

Selenium IE11 Alert pop up handle does not work for close browser popup

Issue: I am using IE11 with Selenium Webdriver, When I try to close the IE browser, I get a "Message From WebPage" popup display, I am trying to click "OK" but Alert handle does not work, It doesn't ...
Haider T's user avatar

15 30 50 per page
1 2 3
4
5
16