-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SessionNotCreatedException: unable to find a match set of capabilities #1601
Comments
Could you please attach a trace-level log from geckodriver? Read more about reporting actionable bugs in our contribution guidelines. |
To be clear, the issue here is that your program or the WebDriver client you’re using is setting an invalid capability. |
I assume that Firefox hasn't been installed to the default path, and as such geckodriver cannot find it automatically. See our docs in how to specify the location of the executable correctly. |
I guess on windows you have to force binary path to firefox 68 as:
Key on the registry is present but autodetect doesn't work anymore. |
Dupe of issue #1045. |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have run into an issue you think is related, please open a new issue. |
System
Testcase
@test
public void a(){
System.setProperty("webdriver.gecko.driver", "C:\Users\arik\workspace\lre-publisher-tests\geckodriver.exe");
WebDriver driver = new FirefoxDriver();
driver.get("https://movieweb.com/hobbs-and-shaw-photo-dwayne-johnson-jason-statham-fast-furious-spinoff/");
}
Stacktrace
org.openqa.selenium.SessionNotCreatedException: Unable to find a matching set of capabilities
Build info: version: '3.11.0', revision: 'e59cfb3', time: '2018-03-11T20:26:55.152Z'
System info: host: 'ANYCPC01', ip: '192.168.10.208', os.name: 'Windows 10', os.arch: 'x86', os.version: '10.0', java.version: '1.8.0_211'
Driver info: driver.version: FirefoxDriver
remote stacktrace:
Trace-level log
The text was updated successfully, but these errors were encountered: