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

All Questions

131 questions with no upvoted or accepted answers
7 votes
2 answers
2k views

Selenium 3.0.1 with IE11 not finding elements on Windows 10 (Works fine on Windows 7 with IE11)

OS: Windows 10 Browser: IE11 Selenium (Python) package: 3.0.1 IEWebDriverServer.exe: 3.1.0 We are getting ready to migrate our automation nodes to Windows 10 and during our tests, we found that ...
derekmw's user avatar
  • 375
5 votes
0 answers
492 views

Selenium IE11 Mouseover (hover) issue

My tests use Selenium and Applitools Eyes to take screenshots of the test environment and compare it against the approved baseline. This is to automate visual tests of the application. When I use ...
Benjamin Jackson's user avatar
4 votes
0 answers
414 views

Uploading a file on IE11 + Safari using Selenium (via BrowserStack)

While trying to run automated tests on BrowserStack to test a webpage on IE11 and Safari, I'm unable to upload a document from the test-running assembly. I have the following code: var uploadFile = ...
awj's user avatar
  • 7,778
3 votes
1 answer
2k views

Save pdf opened in browser using Selenium

So I'm logging into a web-app owned by my company and running a request to generate a pdf, this is all being done in python using the Internet Explorer Driver. I can only use IE because the company ...
doddy's user avatar
  • 609
3 votes
1 answer
951 views

IE 11 Selenium WebDriver Input Text is slow even with 32-bit IEDriverServer.exe

I've had a problem regarding the slow pacing of the keyword Input Text. I've seen solutions online but so far it seems nothing seems to fit my needs. I've got a 32-bit IEDriverServer.exe and it is ...
Cooperisduhace's user avatar
3 votes
0 answers
243 views

Selenium crashes when window.onunload popup appears

I'm working on a web application where I want to write a selenium test to assert that the modal popup (the one with "Stay on this page" vs. "Leave this page") is shown when the window gets closed and ...
Dominik's user avatar
  • 599
3 votes
1 answer
3k views

Sending '@' special character with SendKeys to IE 11

I'm trying to send a special character to a textbox using the SendKeys method in Internet Explorer 11. I didn't have this problem while trying to send special characters in other browsers, but ...
Josip Kolarić's user avatar
2 votes
0 answers
317 views

Running Capybara tests against Internet Explorer via Browserstack

I have a Rails app with a suite of Cucumber tests that run via Capybara on a headless Chrome browser. I'd like to find a way of running these tests (or at least a subset of them) on IE11, and have ...
griswoldbar's user avatar
2 votes
1 answer
836 views

Why does Selenium's Internet Explorer Driver occasionally fail to keep the connection to the Web Driver Server alive?

I have developed some Selenium tests for an AngularJS website. These tests work fine using Chrome Driver and Firefox Driver. I am in the process of also adding the option to run these tests in ...
Sepia's user avatar
  • 447
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
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 ...
sudheendran P L's user avatar
2 votes
0 answers
122 views

How can I reconnect Selenium to IE11 after navigating with the prerender resource hint?

I'm working on a Selenium (Ruby API) test that navigates from one page to another. It started failing on IE11/Win10 (via SauceLabs) recently when I added a link rel="prerender" resource hint on the ...
Brad Buchanan's user avatar
2 votes
0 answers
80 views

Run Selenium InternetExplorerDriver test with add-on (plugin) enabled

Trying to run my tests on IE. I need our plugin to be enabled. Here is my code written in C# var options = new InternetExplorerOptions(); options.IntroduceInstabilityByIgnoringProtectedModeSettings = ...
An Zele's user avatar
  • 21
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 ...
Kamil Surma'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

15 30 50 per page
1
2 3 4 5
9