Interface SupportsSimulatorDevicesSetPathOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.String> getSimulatorDevicesSetPath()
      Get the alternative path to the simulator devices set.
      default T setSimulatorDevicesSetPath​(java.lang.String path)
      This capability allows to set an alternative path to the simulator devices set in case you have multiple sets deployed on your local system.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • SIMULATOR_DEVICES_SET_PATH_OPTION

        static final java.lang.String SIMULATOR_DEVICES_SET_PATH_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setSimulatorDevicesSetPath

        default T setSimulatorDevicesSetPath​(java.lang.String path)
        This capability allows to set an alternative path to the simulator devices set in case you have multiple sets deployed on your local system. Such feature could be useful if you, for example, would like to save disk space on the main system volume.
        Parameters:
        path - Alternative path to the simulator devices set.
        Returns:
        self instance for chaining.
      • getSimulatorDevicesSetPath

        default java.util.Optional<java.lang.String> getSimulatorDevicesSetPath()
        Get the alternative path to the simulator devices set.
        Returns:
        Path string.