Created
June 1, 2020 21:36
-
-
Save seleniumgists/1c3e63433076733c7c7f06ac9e716517 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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