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

How to screencast a url? #25

Open
ariel-frischer opened this issue Nov 18, 2021 · 1 comment
Open

How to screencast a url? #25

ariel-frischer opened this issue Nov 18, 2021 · 1 comment

Comments

@ariel-frischer
Copy link

Any examples with screenshots or screencasting? Also does screencasting support recording with an alpha channel? (like to webm or mov format)?

@blueimp
Copy link
Owner

blueimp commented Nov 19, 2021

Yes you can create a screen recording of loading a specific URL.
While the project's purpose is to provide a Docker setup for Webdriver.io, it also comes with integration for video recording.

You can enable video recordings in the browser configs. For Firefox it's enabled by default:

enabled: true,

There's in example in the test specs how to save and diff screenshots.

The package providing the screen recording and diffing integration has more usage examples:
https://github.com/blueimp/wdio-screen-commands#usage

There is no support for alpha channel screen recordings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants