Jyothirmayi Remilla
Jyothirmayi Remilla

Reputation: 1

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

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

Upvotes: 0

Views: 99

Answers (1)

Boni García
Boni García

Reputation: 4858

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

Upvotes: 1

Related Questions