Interface SupportsResetLocationServiceOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default java.util.Optional<java.lang.Boolean> doesResetLocationService()
      Get whether to reset the location service in the session deletion on real device.
      default T resetLocationService()
      Set to reset the location service in the session deletion on real device.
      default T setResetLocationService​(boolean value)
      Whether reset the location service in the session deletion on real device.
      • Methods inherited from interface org.openqa.selenium.Capabilities

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

      • RESET_LOCATION_SERVICE_OPTION

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

      • resetLocationService

        default T resetLocationService()
        Set to reset the location service in the session deletion on real device.
        Returns:
        self instance for chaining.
      • setResetLocationService

        default T setResetLocationService​(boolean value)
        Whether reset the location service in the session deletion on real device. Defaults to false.
        Parameters:
        value - Whether to reset the location service in the session deletion on real device.
        Returns:
        self instance for chaining.
      • doesResetLocationService

        default java.util.Optional<java.lang.Boolean> doesResetLocationService()
        Get whether to reset the location service in the session deletion on real device.
        Returns:
        True or false.