Does browserindocker() or watch() support recording of browser in docker execution in headless mode?

70 views Asked by At

I'm trying to video record the browser activities in container execution. Does browserindocker.enableRecording() or watch() apis in Boni gracia webdriver manager 5.6.2 support it?

I have been trying to video record the browser activities in java framework

1

There are 1 answers

1
Boni García On

WebDriverManager allows to record the session of a dockerized browser using the method enableRecording() together with browserInDocker(). You can find the explanation and examples in the documentation:

https://bonigarcia.dev/webdrivermanager/#recordings