Closed max-horvath closed 5 years ago
Hi,
uname -a
docker pull elgalu/selenium
docker --version
According to README.MD there are environment variables to customize video recording.
I wanted to simply record a test case without the mouse cursor.
FFMPEG_DRAW_MOUSE=0
Specifying this environment variable won't lead to success - the mouse cursor still appears on the recordings.
Cheers, Max
Closing as #298 was merged and released.
Hi,
Operating System
uname -a
Darwin Kernel Version 18.2.0 macOS 10.14.2Image version
docker pull elgalu/selenium
Docker version
docker --version
Docker version 18.09.0, build 4d60db4Problem
According to README.MD there are environment variables to customize video recording.
I wanted to simply record a test case without the mouse cursor.
Specifying this environment variable won't lead to success - the mouse cursor still appears on the recordings.
Cheers, Max