dmtrKovalenko / cypress-real-events

Fire native system events from Cypress.
MIT License
763 stars 67 forks source link

Question: is this plugin possible in Firefox using their CDP? #676

Closed steveworkman closed 4 months ago

steveworkman commented 4 months ago

Hello - firstly, I'm well aware that this project only works in Chromium and it says so in the readme. My understanding is that this is because the project uses the Chrome Devtools Protocol to fire the events in a trusted way.

Firefox has some support for CDP though it is incomplete, or "half-baked" as claimed over in SeleniumHQ with Firefox's focus being on WebDriver BiDi.

Two questions:

dmtrKovalenko commented 4 months ago

No and no We are reusing the same connection that cypress maintains and it is doing this only for a chrome browser