Interface SupportsUdidOption<T extends BaseOptions<T>>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UDID_OPTION  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getUdid()
      Get the id of the device.
      default T setUdid​(java.lang.String id)
      Set the id of the device.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
    • Method Detail

      • setUdid

        default T setUdid​(java.lang.String id)
        Set the id of the device.
        Parameters:
        id - is the unique device identifier.
        Returns:
        self instance, for chaining.
      • getUdid

        default java.util.Optional<java.lang.String> getUdid()
        Get the id of the device.
        Returns:
        String representing the unique device identifier.