Skip to content
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

MSEdgeDriver returns non W3C WebDriver compliant caps when creating a session. #23

Open
diemol opened this issue May 30, 2022 · 2 comments
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog

Comments

@diemol
Copy link

diemol commented May 30, 2022

Almost exactly like https://bugs.chromium.org/p/chromedriver/issues/detail?id=4129&sort=-id.

networkConnectionEnabled and msedge are returned when creating a session but they are not W3C WebDriver caps. These capabilities should be prefixed with ms:.

{
  "value": {
    "capabilities": {
      "acceptInsecureCerts": true,
      "browserName": "msedge",
      "browserVersion": "101.0.1210.53",
      "ms:edgeOptions": {
        "debuggerAddress": "localhost:50338"
      },
      "msedge": {
        "msedgedriverVersion": "101.0.1210.53 (019dbf6dd738aa1846d87f5734878db0ee9df370)",
        "userDataDir": "/var/folders/85/m0jdxw2j3yn9mrn_2dpnbsmm0000gn/T/.com.microsoft.edgemac.hl45kf"
      },
      "networkConnectionEnabled": false,
      "pageLoadStrategy": "normal",
      "platformName": "mac os x",
      "proxy": {},
      "setWindowRect": true,
      "strictFileInteractability": false,
      "timeouts": {
        "implicit": 0,
        "pageLoad": 30000000,
        "script": 30000000
      },
      "unhandledPromptBehavior": "accept and notify",
      "webauthn:extension:credBlob": true,
      "webauthn:extension:largeBlob": true,
      "webauthn:virtualAuthenticators": true
    },
    "sessionId": "023cccea54c09fca28b640da3dce06c7"
  }
}
@bwalderman
Copy link
Member

Thank you for reporting this. We'll work with the ChromeDriver team to get this addressed in both browser drivers.

@diemol
Copy link
Author

diemol commented Jun 7, 2022

Thanks, @bwalderman!

@bwalderman bwalderman added the tracked This issue is now tracked on our internal backlog label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog
Projects
None yet
Development

No branches or pull requests

2 participants