Interface SupportsProcessArgumentsOption<T extends BaseOptions<T>>

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get process arguments of the app under test.
    default T
    Provides process arguments and environment which will be sent to the WebDriverAgent server.

    Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability

    amend, setCapability

    Methods inherited from interface org.openqa.selenium.Capabilities

    asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
  • Field Details

  • Method Details

    • setProcessArguments

      default T setProcessArguments(ProcessArguments pa)
      Provides process arguments and environment which will be sent to the WebDriverAgent server.
      Parameters:
      pa - Process arguments.
      Returns:
      self instance for chaining.
    • getProcessArguments

      default Optional<ProcessArguments> getProcessArguments()
      Get process arguments of the app under test.
      Returns:
      Process arguments.