| Modifier and Type | Method and Description |
|---|---|
EdgeOptions |
EdgeOptions.addArguments(List<String> arguments)
Adds additional command line arguments to be used when starting Edge.
|
EdgeOptions |
EdgeOptions.addArguments(String... arguments) |
EdgeOptions |
EdgeOptions.addEncodedExtensions(List<String> encoded)
Adds a new Edge extension to install on browser startup.
|
EdgeOptions |
EdgeOptions.addEncodedExtensions(String... encoded) |
EdgeOptions |
EdgeOptions.addExtensions(File... paths) |
EdgeOptions |
EdgeOptions.addExtensions(List<File> paths)
Adds a new Edge extension to install on browser startup.
|
EdgeOptions |
EdgeOptions.merge(org.openqa.selenium.Capabilities extraCapabilities) |
EdgeOptions |
EdgeOptions.setAcceptInsecureCerts(boolean acceptInsecureCerts)
Returns EdgeOptions with the capability ACCEPT_INSECURE_CERTS set.
|
EdgeOptions |
EdgeOptions.setBinary(File path)
Sets the path to the Edge executable.
|
EdgeOptions |
EdgeOptions.setBinary(String path)
Sets the path to the Edge executable.
|
EdgeOptions |
EdgeOptions.setExperimentalOption(String name,
Object value)
Sets an experimental option.
|
EdgeOptions |
EdgeOptions.setHeadless(boolean headless) |
EdgeOptions |
EdgeOptions.setPageLoadStrategy(org.openqa.selenium.PageLoadStrategy strategy) |
EdgeOptions |
EdgeOptions.setProxy(org.openqa.selenium.Proxy proxy) |
EdgeOptions |
EdgeOptions.setUnhandledPromptBehaviour(org.openqa.selenium.UnexpectedAlertBehaviour behaviour) |
EdgeOptions |
EdgeOptions.setUseWebView(boolean useWebView)
Sets whether to launch an Edge (Chromium) WebView executable instead of
launching the Edge browser.
|
| Constructor and Description |
|---|
EdgeDriver(EdgeDriverService service,
EdgeOptions options)
Deprecated.
Creates a new EdgeDriver instance with the specified options.
|
EdgeDriver(EdgeOptions options)
Deprecated.
Creates a new EdgeDriver instance with the specified options.
|
Copyright © 2022. All rights reserved.