Open dimag25 opened 2 years ago
it's not supported.
We're using this in our mstestv2 solution. https://ffmpeg.org/ Works well, also provides flexibility to add log files to video. Very handy to debug processes when video has the debug logs.
@liljohnak thanks, we are using pytest with python3, is this tool working only with mstest?
thanks!
Hello, I'm trying to perform a screen record video with the appium driver, and got the following error:
my stack and versions: WindowApplicationDriver==1.2.1 Appium-python-client == 2.2.0 Selenium == 3.4.1 Mac Os
im using the following driver code:
start recording failure appears in this line: driver.start_recording_screen()
any help?