public interface Video
recordVideo option, each page has a video object associated with it.
System.out.println(page.video().path());
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the video file.
|
Path |
path()
Returns the file system path this video will be recorded to.
|
void |
saveAs(Path path)
Saves the video to a user-specified path.
|
void delete()
Path path()
void saveAs(Path path)
path - Path where the video should be saved.Copyright © 2021. All rights reserved.