question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IEDriverServer 3.150 is not work. `No matching capability sets found` error occurred

See original GitHub issue

The problem

I tried Selenide v5.6.1 on Internet Explorer , but I can not open browser. No matching capability sets found error has occurred.

Details

When I use IEDriverServer version 3.4.0.0, it works fine.

Tell us about your environment

  • Selenide Version: v5.6.1
  • Chrome\Firefox\IE Version: IE11
  • Browser Driver Version: 3.150.1.0(32bit)
  • Selenium Version: 3.141.59
  • Java: AdoptOpenJDK 8.0.222
  • OS Version: Windows10 / Windows Server 2016

Code To Reproduce Issue [ Good To Have ]

Configuration.browser = "ie";
System.setProperty("webdriver.ie.driver", "my driver path");
open("some url");

Error log(partically)

Started InternetExplorerDriver server (32-bit)
3.150.1.0
Listening on port 14917
Only local connections are allowed
No matching capability sets found.
Unable to match capability set 0: acceptInsecureCerts was 'true', but the IE driver does not allow bypassing insecure (self-signed) SSL certificates
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: '{my host}', ip: '{my ip}', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_222'
Driver info: driver.version: SelenideDriver
selenide.url: https://github.com/selenide/selenide
selenide.baseUrl: http://localhost:8080
remote stacktrace: 
org.openqa.selenium.SessionNotCreatedException: No matching capability sets found.
Unable to match capability set 0: acceptInsecureCerts was 'true', but the IE driver does not allow bypassing insecure (self-signed) SSL certificates
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
System info: host: '{my host}', ip: '{my ip}', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_222'
Driver info: driver.version: SelenideDriver
selenide.url: https://github.com/selenide/selenide
selenide.baseUrl: http://localhost:8080
```log

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
asolntsevcommented, Aug 1, 2020

@BorisOsipov I registered a separate issue for Safari: https://github.com/selenide/selenide/issues/1236

1reaction
BorisOsipovcommented, Jul 31, 2020

The same thing for Safari.Capability 'acceptInsecureCerts' could not be honored.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Selenium with C# - Stack Overflow
I am using visual studio 2017 and when I created this project I set as followed: I open visual studio 2017- New project...
Read more >
Error forwarding the new session ... cannot find IE 10
I'm trying to run a test remotely on the Selenium Grid using Internet Explorer 10. ... when a node isn't available that matches...
Read more >
selenium message: invalid argument: invalid locator - You.com
InvalidArgumentException: Message: invalid argument: File not found error invoking ... (FunctionClauseError) no function clause matching in Wallaby.
Read more >
Desired Capabilities in Selenium WebDriver - Guru99
Desired Capabilities is a class in Selenium used to set properties of browsers to perform cross browser testing of web applications. It stores ......
Read more >
Viewing online file analysis results for 'IEDriverServer.exe'
Not all malicious and suspicious indicators are displayed. ... Found an IP/URL artifact that was identified as malicious by at least one reputation...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found