Interface RemoteAccessEndpoints.Builder

  • Method Details

    • remoteDriverEndpoint

      RemoteAccessEndpoints.Builder remoteDriverEndpoint(String remoteDriverEndpoint)

      URL for controlling the device using WebDriver-compliant clients, like Appium, during the remote access session.

      Parameters:
      remoteDriverEndpoint - URL for controlling the device using WebDriver-compliant clients, like Appium, during the remote access session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • interactiveEndpoint

      RemoteAccessEndpoints.Builder interactiveEndpoint(String interactiveEndpoint)

      URL for viewing and interacting with the device during the remote access session.

      Parameters:
      interactiveEndpoint - URL for viewing and interacting with the device during the remote access session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.