fix: Delete screen recording after serving.#300
fix: Delete screen recording after serving.#300kkb912002 wants to merge 1 commit intoappium:masterfrom
Conversation
|
The driver is configured to cleanup the recorded video upon stopping the session: appium-windows-driver/lib/driver.js Line 128 in 9557070 The recorded file is kept for the duration of the session, so one could download it repeatedly if necessary |
Ah, to be precise, when recording screen multiple times with interruptions, only the last recorded file gets deleted, while the previously recorded files all remain in the temporary directory. |
|
delete it only when start new recording: #302 |
It seems that the video file deletion was missed when the screen recording was properly terminated.