public abstract class BaseScreenRecordingOptions<T extends BaseScreenRecordingOptions<T>>
extends java.lang.Object
Constructor and Description |
---|
BaseScreenRecordingOptions() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
build()
Builds a map, which is ready to be passed to the subordinated
Appium API.
|
T |
withUploadOptions(ScreenRecordingUploadOptions uploadOptions)
Upload options set for the recorded screen capture.
|
public T withUploadOptions(ScreenRecordingUploadOptions uploadOptions)
uploadOptions
- see the documentation on ScreenRecordingUploadOptions
for more details.public java.util.Map<java.lang.String,java.lang.Object> build()