Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 1, 2020 21:36
Show Gist options
  • Select an option

  • Save seleniumgists/1c3e63433076733c7c7f06ac9e716517 to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/1c3e63433076733c7c7f06ac9e716517 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
"capabilities":
[
{
"browserName": "MicrosoftEdge",
"maxInstances": 1,
"seleniumProtocol": "WebDriver",
"version": "18.17763"
}
],```
How I create the EdgeOptions:
```var options = new EdgeOptions();
options.BrowserVersion = "18.17763";```
EdgeHTML Node Log:
```[16:34:52.002] - {
"desiredCapabilities": {
"browserName": "MicrosoftEdge",
"browserVersion": "18.17763"
},
"capabilities": {
"firstMatch": [
{
"browserName": "MicrosoftEdge",
"browserVersion": "18.17763"
}
]
}
}
[16:34:52.017] - Response: {"value":{"error":"invalid argument","message":"The specified arguments passed to the command are invalid.","stacktrace":""}}
[16:34:52.017] - Invalid capabilities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment