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

All Questions

0 votes
1 answer
120 views

NoSuchElementError when selecting element following form-triggered navigation in Internet Explorer 11

I have the following Selenium script, which works correctly in Chrome and Firefox: await driver.get("http://localhost:44180/"); await driver.wait(until.titleIs(RP_LOGIN_TITLE), TIMEOUT); ...
dstaley's user avatar
  • 1,012
0 votes
0 answers
165 views

Disabling XSS Filter for IE11 on BrowserStack

Greetins all, I am working on cross-browser testing via browserstack. I have an inssue with Internet Explorer 11 or earlier versions. My test code requires me to send some scripts in the url. To be ...
pdrersin's user avatar
  • 311
2 votes
2 answers
2k views

Selenium WebDriver: dragAndDrop method fails in IE11 and IE10

We've been using SauceLabs for our nightly Jenkins CI tests. We've run the tests in Firefox 24 under Windows 8 without any problem. Now we want to expand the tests and run them on more platforms and ...
pstenstrm's user avatar
  • 6,459