misc: Replace @packages/extension
methods that are now implemented by WebDriver BiDi when BiDi is enabled
#30221
Labels
Milestone
What would you like?
I would like to replace the most possible amount of web extension apis handled by
@packages/extension
in Firefox with the WebDriver Bidi automation client(s) created in #30220Why is this needed?
Over time, the use of an unsigned web extension is likely going to be removed from Firefox (see bugzilla thread). With the introduction of BiDi, Cypress can now leverage the methods introduced in the specification to replace much of the use of the web extension.
Other
This should replace most of the methods (in red) outlined in the State of Automation spreadsheet except the downloads browser API methods (possibly).
The text was updated successfully, but these errors were encountered: