Replies: 1 comment 1 reply
-
|
Unfortunately cypress uses the chrome devils protocol to control chrome whereas Wallaby uses chrome driver, and as far as I know it doesn't provide this capability. I think there are elixir bindings for CDP tho, so you could explore that avenue. I have plans to add a CDP adapter for wallaby, but I haven't had the time yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a need to record a video to preview, at the moment the way i do this:
But apparently it is possible through chrome tools
https://medium.com/@anchen.li/how-to-do-video-recording-on-headless-chrome-966e10b1221
If you ever have the time it would be amazing,
I could try creating a PR also for something
Any pointers would be amazing!
Beta Was this translation helpful? Give feedback.
All reactions