Replies: 2 comments
-
Thanks for looking at this! If you manage to make it work, could please come back and share with us how you did it? Then we could add it in our documentation. |
Beta Was this translation helpful? Give feedback.
-
Thanks for answering and thanks for the environment variables tip! I'll look into it and update this thread if I get this to work somehow. Regarding the question of which part of the CDP need to be implemented for this to work its the following:
Unfortunately I'm not really familiar with the Firefox codebase but having a quick glance at https://searchfox.org/mozilla-central/source/remote/cdp it appears to me that none of those are implemented yet. |
Beta Was this translation helpful? Give feedback.
-
Sorry for being slightly off-topic, feel free to point to a better place to ask this question.
I would like to record and capture a performance profile using Playwright. For Chrome/Chromium there is an API for this. Unfortunately it is not supported for Firefox, I think this is because Firefox implements only a subset of CDP. Is there any other way to trigger recording and capturing? Last resort would be sending fake keyevents (
Ctrl+Shift+1
andCtrl+Shift+2
) but perhaps there is a "nicer" way to do this?Beta Was this translation helpful? Give feedback.
All reactions