public class VideoRecorder
extends Object
Created by Serhii Bryt
07.05.2024 11:57
-
Constructor Summary
Constructors
-
Method Summary
void
Stop video processing and delete the video file
Complete video processing and save the video file
void
void
-
Constructor Details
-
VideoRecorder
public VideoRecorder()
-
-
Method Details
-
-
-
start
public void start()
-
start
public void start(Supplier<Optional<org.openqa.selenium.WebDriver>> webDriverSupplier)
-
finish
Complete video processing and save the video file
-
cancel
public void cancel()
Stop video processing and delete the video file
-