-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Missing pipe
option in puppeteer.launch([options])
#56
Comments
pipe
option in puppeteer.launch(options)
pipe
option in puppeteer.launch([options])
This is likely because the pipe option does not work in Deno which makes the compatibility claim in https://deno.com/blog/v1.35 a little confusing. Assuming you have “installed” a browser with
But with You can find the same issue with regards to Playwright support. See denoland/deno#16899 (comment) and microsoft/playwright#3146 (comment)
Here is the same in Node (assuming that you have installed Puppeteer with
|
When the following code is ran, a WebSocket connection to the browser is established.
But according to puppeteer.launch, a pipe should be used instead:
Seems the code doesn't care about the
pipe
option:deno-puppeteer/src/deno/Launcher.ts
Lines 53 to 63 in f9678f5
The text was updated successfully, but these errors were encountered: