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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the array of possible bundle identifiers for webviews.default TsetAdditionalWebviewBundleIds(List<String> identifiers) Array of possible bundle identifiers for webviews.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
ADDITIONAL_WEBVIEW_BUNDLE_IDS_OPTION
- See Also:
-
-
Method Details
-
setAdditionalWebviewBundleIds
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
Get the array of possible bundle identifiers for webviews.- Returns:
- Identifier list.
-