Biswajeet gope
Biswajeet gope

Reputation: 339

How to record screen for browser in webdriverIO?

I have been trying to record screen using different npm packages but I am unable to record the screen when the test is running on the browser.

Upvotes: 1

Views: 1820

Answers (1)

Pavel
Pavel

Reputation: 74

Maybe it will help: https://github.com/praveenprasannan/wdio-video-recorder

Also you can use Selenoid (https://aerokube.com/selenoid/latest/): your tests will be running inside docker-containers. About video-recording: https://aerokube.com/selenoid/latest/#_video_recording

Upvotes: 2

Related Questions