[meta] Support puppeteer using Firefox with WebDriver BiDi
Categories
(Remote Protocol :: WebDriver BiDi, task)
Tracking
(Not tracked)
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: meta)
This meta should be blocked on all the known bugs which need to addressed to allow Puppeteer to officially use Firefox with BiDi instead of CDP.
Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 1•1 year ago
|
||
I just noticed that Puppeteer still sets preferences that are only applicable for the CDP protocol and turns off certain features like bfcache in parent and webisolationstrategy. I filed https://github.com/puppeteer/puppeteer/issues/11474 to get this fixed.
Updated•1 year ago
|
Comment 2•1 year ago
|
||
I've just added two more PRs which will enable Puppeteer tests with WebDriver BiDi for both Windows and MacOS in the Puppeteer's GitHub actions.
Updated•1 year ago
|
Updated•11 months ago
|
Comment 3•8 months ago
|
||
Updating dependencies based on the remaining required P2 bugs to get fixed.
Comment 4•5 months ago
•
|
||
With the release of Puppeteer 23.0.1 from August 7th Firefox is now fully supported starting with version 129 by using the WebDriver BiDi protocol by default. That means all the work related to this specific meta bug is now done and as such I'm going to close it out.
Description
•