Interface SupportsUnhandledPromptBehaviorOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
GeckoOptions,SafariOptions
public interface SupportsUnhandledPromptBehaviorOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<UnhandledPromptBehavior>Get the current session’s page load strategy.default TDefines the current session’s page load strategy.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
-
UNHANDLED_PROMPT_BEHAVIOR_OPTION
- See Also:
-
-
Method Details
-
setUnhandledPromptBehavior
Defines the current session’s page load strategy.- Parameters:
strategy- Page load strategy.- Returns:
- self instance for chaining.
-
getUnhandledPromptBehavior
Get the current session’s page load strategy.- Returns:
- Page load strategy.
-