Interface SupportsXcodeCertificateOptions<T extends BaseOptions<T>>

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

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

  • Method Details

    • setXcodeCertificate

      default T setXcodeCertificate(XcodeCertificate cert)
      Provides a signing certificate for WebDriverAgent compilation. If signing id is not provided/null then it defaults to "iPhone Developer"
      Parameters:
      cert - Certificate credentials.
      Returns:
      self instance for chaining.
    • getXcodeCertificate

      default Optional<XcodeCertificate> getXcodeCertificate()
      Get a signing certificate for WebDriverAgent compilation.
      Returns:
      Certificate value.