Forum Discussion
msedge chromium headless very chatty, where is the options
- Jan 22, 2020
mortenb123 thanks for the details. I'm glad to hear that it works in the Canary builds. The issue you are seeing is likely due to unfortunate timing of the Selenium 4 release and our Stable version of Edge.
This issue should go away naturally with the next Stable release.
-John
Thanksjohnjansen
Using the canary browser v81.0.401.0 with the latest canary driver worked fine, I was using the follwing in stable:
"msedge": {
"webdriverver": "79.0.313.0",
"path": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe",
"webdriverpath": "C:\\SharedArea\\drivers\\msedgedriver.exe",
"webdriver": "msedgedriver.exe",
"check": true,
"ver": "79.0.309.68"
}
I'm not completely sure about the versioning some need to match the 3 first tuples, but others work.
Chrome is using to the first 2 tuples, while Firefox and Opera does not have any rules, just testing and appending a check=true if they work.
mortenb123 thanks for the details. I'm glad to hear that it works in the Canary builds. The issue you are seeing is likely due to unfortunate timing of the Selenium 4 release and our Stable version of Edge.
This issue should go away naturally with the next Stable release.
-John