Skip to content
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

Firefox doesn't support Security and Network domain properly #6

Open
derevnjuk opened this issue Dec 3, 2019 · 7 comments
Open

Firefox doesn't support Security and Network domain properly #6

derevnjuk opened this issue Dec 3, 2019 · 7 comments
Assignees
Labels
Priority: low Type: bug Something isn't working

Comments

@derevnjuk
Copy link
Member

derevnjuk commented Dec 3, 2019

Firefox is still implementing the DevTools protocol. I hope guys will fix the shortcomings soon.
You can follow updates by the link:

https://bugzilla.mozilla.org/buglist.cgi?product=Remote%20Protocol&component=Network&bug_status=__open__

@derevnjuk derevnjuk added the Type: bug Something isn't working label Dec 3, 2019
@derevnjuk derevnjuk self-assigned this Dec 3, 2019
@derevnjuk derevnjuk changed the title Firefox doesn't have support Security. setIgnoreCertificateErrors yet Firefox doesn't support Security domain properly Dec 3, 2019
@derevnjuk derevnjuk changed the title Firefox doesn't support Security domain properly Firefox doesn't support Security and Network domain properly Dec 3, 2019
@derevnjuk derevnjuk added the Status: wontfix The issue will not be fixed or otherwise handled. label Dec 3, 2019
@digitarald
Copy link

@ArtemDerevnjuk hi there, DevTools member here. Could this work be done without CDP, using HAR extension API, using https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/devtools.network/getHAR ?

@derevnjuk
Copy link
Member Author

Hi @digitarald, wonderful to see you here! I guess it's possible. Cypress allows installing a browser extension during before:browser:launch hook. However, CDP provides low-level API to manage network events which make life so much easier in handling cypress stubs. How much time will it take your team to fully support the latest version of the protocol (https://chromedevtools.github.io/devtools-protocol/tot)?

@derevnjuk derevnjuk reopened this Dec 18, 2019
@digitarald
Copy link

digitarald commented Dec 20, 2019

@ArtemDerevnjuk could you list which CDP APIs you depend on?

@derevnjuk
Copy link
Member Author

@digitarald As I noticed in Bugzilla only requestWillBeSent has been implemented.
The following list details each of the necessary network events (including optional):

Maybe I could help you to implement them.

@digitarald
Copy link

Thank you @ArtemDerevnjuk , we are tracking those dependencies in https://bugzilla.mozilla.org/show_bug.cgi?id=1605512

@derevnjuk derevnjuk removed the Status: wontfix The issue will not be fixed or otherwise handled. label Dec 24, 2019
@digitarald
Copy link

Maybe I could help you to implement them.

In case anybody wants to help, the team is hanging out in Firefox's DevTools Slack's #remote channel.

@Sija
Copy link

Sija commented Feb 23, 2023

@digitarald Hi, any news re: the progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: low Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants