Class BaseScreenRecordingOptions<T extends BaseScreenRecordingOptions<T>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      protected T withUploadOptions​(ScreenRecordingUploadOptions uploadOptions)
      Upload options set for the recorded screen capture.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseScreenRecordingOptions

        public BaseScreenRecordingOptions()
    • Method Detail

      • withUploadOptions

        protected T withUploadOptions​(ScreenRecordingUploadOptions uploadOptions)
        Upload options set for the recorded screen capture.
        Parameters:
        uploadOptions - see the documentation on ScreenRecordingUploadOptions for more details.
        Returns:
        self instance for chaining.
      • build

        public java.util.Map<java.lang.String,​java.lang.Object> build()
        Builds a map, which is ready to be passed to the subordinated Appium API.
        Returns:
        arguments mapping.