A port of puppeteer running on Deno
System: Intel macOS 12.6.5 Chrome downloaded via: ```sh PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/[email protected]/install.ts ``` Simple script: ```ts import puppeteer from 'https:/deno.land/x/[email protected]/mod.ts'; const browser = await puppeteer.launch({ defaultViewport: { width: 1200, height: 675 }, }); ``` Full error dump: ``` ErrorEvent { bubbles: false, cancelable: false, composed: false, currentTarget: null, defaultPrevented: false, eventPhase: 0, srcElement: null, target: WebSocket { url: "ws://127.0.0.1:58347/devtools/browser/b767004f-f789-426e-a294-256b9b49c1ed", readyState: 3, extensions: "", protocol: "", binaryType: "blob", bufferedAmount: 0 }, returnValue: true, timeStamp: 1683480676254, type: "error", message: "NetworkError: failed to connect to WebSocket: Invalid status code", filename: "", lineno: 0, colno: 0, error: DOMException: failed to connect to WebSocket: Invalid status code } ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by pting-me and has received 3 comments.