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

All Questions

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

Protractor Test Cases Not Working in Internet Explorer 11

Protractor Test Cases Not Working in Internet Explorer 11 on Windows 10 Enterprise Protractor.conf.js has below configuration. seleniumAddress: 'http://localhost:4444/wd/hub', seleniumArgs: ['-...
Shreekul's user avatar
4 votes
1 answer
5k views

UnsupportedOperationError: sendKeysToActiveElement error while invoking sendKeys(Key.ENTER) with Protractor and Internet Explorer 11

The environment I'm using is Protractor 5.3.1 Cucumber 4.2.1 IE11 selenium-webdriver 3.6.0 On the page in the application I am testing there is no button to click on, you need to enter text into an ...
AutoTester's user avatar
0 votes
0 answers
581 views

Protractor e2e tests using selenium are not running on IE11 | TimeOut issue

I am trying to run protractor e2e tests on IE11. tests are failing with timeout error. [Test Error Output] A Jasmine spec timed out. Resetting the WebDriver Control Flow. [19:03:47] [should not allow ...
Abhishek's user avatar
1 vote
1 answer
2k views

IE11 protractor selenium, unable to create new remote

Am expecting, protractor conf.js to open the angular website through internet explorer 11 After I type protractor conf.js It opens up ie11, but instead of opening the URL, I have in my example_spec....
user7375268's user avatar
1 vote
1 answer
1k views

Basic authentication with Selenium in Internet Explorer 11

I read Basic authentication with Selenium in Internet Explorer 10 And I change my register key and when I use the user and pass in the url I don't see the basic authentication popup, but actually the ...
Stanislava's user avatar