[meta] Support Puppeteer examples
Categories
(Remote Protocol :: Agent, task)
Tracking
(Not tracked)
People
(Reporter: automatedtester, Unassigned)
References
(Depends on 6 open bugs, )
Details
(Keywords: meta)
This bug is to help track issues related to the examples folder in the puppeteer project. Supporting these will get us closers to a release
Comment 1•5 years ago
|
||
As I mentioned previously, I don’t think it makes sense for us to
pass all the examples, but we should make sure the examples we think
most users will be interested in work. Some of the other examples
are arguably more esoteric, presumably to showcase the different
things Puppeteer is capable of.
Some comments:
-
block-images.js relies on network resource blocking which we
probably can do in Firefox, but I think there are higher priorities. -
The pdf.js example seems to rely on the
networkidle2
event that
we don’t support, and possibly can’t support in Firefox. -
The proxy.js example is instruments Chrome using the
--proxy-server
or--proxy-bypass-list
flags which we don’t have.
The remaining examples largely makes sense.
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•2 years ago
|
Comment 2•1 year ago
|
||
Nothing left to do for the Puppeteer examples. Our goal now is to get those working with WebDriver BiDi.
Description
•