Interface SupportsSimulatorStartupTimeoutOption<T extends BaseOptions<T>>

All Superinterfaces:
CanSetCapability<T>, org.openqa.selenium.Capabilities, Serializable
All Known Implementing Classes:
XCUITestOptions

public interface SupportsSimulatorStartupTimeoutOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
  • Field Details

  • Method Details

    • setSimulatorStartupTimeout

      default T setSimulatorStartupTimeout(Duration timeout)
      Allows to change the default timeout for Simulator startup. By default, this value is set to 120000ms (2 minutes), although the startup could take longer on a weak hardware or if other concurrent processes use much system resources during the boot up procedure.
      Parameters:
      timeout - Simulator startup timeout.
      Returns:
      self instance for chaining.
    • getSimulatorStartupTimeout

      default Optional<Duration> getSimulatorStartupTimeout()
      Get the Simulator startup timeout.
      Returns:
      Timeout value.