Interface SupportsAdditionalWebviewBundleIdsOption<T extends BaseOptions<T>>

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

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

  • Method Details

    • setAdditionalWebviewBundleIds

      default T setAdditionalWebviewBundleIds(List<String> identifiers)
      Array of possible bundle identifiers for webviews. This is sometimes necessary if the Web Inspector is found to be returning a modified bundle identifier for the app. Defaults to [].
      Parameters:
      identifiers - Identifiers list.
      Returns:
      self instance for chaining.
    • getAdditionalWebviewBundleIds

      default Optional<List<String>> getAdditionalWebviewBundleIds()
      Get the array of possible bundle identifiers for webviews.
      Returns:
      Identifier list.