Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

debugger running MS Edge Dev sets navigator.webdriver #162

Open
dkent600 opened this issue Oct 25, 2019 · 0 comments
Open

debugger running MS Edge Dev sets navigator.webdriver #162

dkent600 opened this issue Oct 25, 2019 · 0 comments

Comments

@dkent600
Copy link

dkent600 commented Oct 25, 2019

  • VS Code Version:

Version: 1.39.2 (user setup)
Commit: 6ab598523be7a800d7f3eb4d92d7ab9a66069390
Date: 2019-10-15T15:35:18.241Z
Electron: 4.2.10
Chrome: 69.0.3497.128
Node.js: 10.11.0
V8: 6.9.427.31-electron.0
OS: Windows_NT x64 10.0.18362

  • Log file (set "trace": true in launch config):

The log file is too big to attach here. You can download at: https://1drv.ms/t/s!AtFWIxI-QQD9l98NjkNNxO4wOJFk2Q?e=zb7mQ5

Steps to reproduce:

When I run the VSCode debugger against MS Edge Dev it sets navigator.webdriver to true. This is not supposed to happen. Doesn't happen if I run against Chrome.

Debugger configuration:

    {
      "name": "Edge with Webpack Debugging Server",
      "type": "edge",
      "version": "dev",
      "request": "launch",
      "url": "http://localhost:3000",
      "webRoot": "${workspaceRoot}/src",
      "userDataDir": "${workspaceRoot}/.chrome",
      // "trace": true,
      "sourceMaps": true,
      "smartStep": true,
      "skipFiles": [
        "${workspaceFolder}/src/node_modules/tslib/*.js",
      ],
      "sourceMapPathOverrides": {
        "webpack:///./src/*": "${webRoot}/*"
      },
      "runtimeArgs": [
        "--disable-session-crashed-bubble",
        "--disable-infobars"
      ],
      "internalConsoleOptions": "openOnSessionStart"
    },
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant