Support for recordVideo from Playwright #2616
spaceworkplatform
started this conversation in
General
Replies: 1 comment
-
We don't use const context = await browser.newContext({ recordVideo: { dir: 'videos/' } }); You could alter the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which package is the feature request for? If unsure which one to select, leave blank
@crawlee/playwright (PlaywrightCrawler)
Feature
I would love the option to record video of the page being crawled, there is a built-in option for that I just dont see a way to pass it.
https://playwright.dev/docs/videos
Motivation
The motivation for this have 2 points:
Ideal solution or implementation, and any additional constraints
Ideally it will be nice just to pass the options into playwright as they support it through PlaywrightCrawler initialization.
Alternative solutions or implementations
No response
Other context
No response
Beta Was this translation helpful? Give feedback.
All reactions