You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I run this piece of code, I get the following error:
(node:23332) UnhandledPromiseRejectionWarning: Error: Unknown scheme for WebSocket.listenerCount
at validateParams (C:\Lander\WS\acro-companion\e2e-testing\playwright\node_modules\playwright\lib\client\connection.js:248:15)
at Connection.sendMessageToServer (C:\Lander\WS\acro-companion\e2e-testing\playwright\node_modules\playwright\lib\client\connectio
n.js:72:67)
at Proxy.<anonymous> (C:\Lander\WS\acro-companion\e2e-testing\playwright\node_modules\playwright\lib\client\channelOwner.js:54:53)
at Proxy.EventEmitter.emit (domain.js:476:32)
at Connection.dispatch (C:\Lander\WS\acro-companion\e2e-testing\playwright\node_modules\playwright\lib\client\connection.js:118:25
)
at Immediate.<anonymous> (C:\Lander\WS\acro-companion\e2e-testing\playwright\node_modules\playwright\lib\inprocess.js:42:85)
at processImmediate (internal/timers.js:456:21)
at process.topLevelDomainCallback (domain.js:137:15)
(node:23332) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an asyn
c function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unha
ndled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejection
s_mode). (rejection id: 1)
(node:23332) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not
handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
Context:
Playwright Version: [what Playwright version do you use?]
1.6.1
Operating System: [e.g. Windows, Linux or Mac]
windows
Node.js version: [e.g. 10.12, 10.14]
12.18.2
Browser: [e.g. All, Chromium, Firefox, WebKit]
Chromium
Extra: [any specific details about your environment]
Code Snippet
Help us help you! Put down a short code snippet that illustrates your bug and
that we can run and debug locally. For example:
Describe the bug
If I run this piece of code, I get the following error:
The text was updated successfully, but these errors were encountered: