A B C E G I L M O S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AddHasCasting - Class in org.openqa.selenium.edge
- AddHasCasting() - Constructor for class org.openqa.selenium.edge.AddHasCasting
- AddHasCdp - Class in org.openqa.selenium.edge
- AddHasCdp() - Constructor for class org.openqa.selenium.edge.AddHasCdp
B
- builder() - Static method in class org.openqa.selenium.edge.EdgeDriver
- Builder() - Constructor for class org.openqa.selenium.edge.EdgeDriverService.Builder
C
- CAPABILITY - Static variable in class org.openqa.selenium.edge.EdgeOptions
-
Key used to store a set of EdgeOptions in a
Capabilities
object. - createArgs() - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
- createDefaultService() - Static method in class org.openqa.selenium.edge.EdgeDriverService
-
Configures and returns a new
EdgeDriverService
using the default configuration. - createDriver(Capabilities) - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- createDriverService(File, int, Duration, List<String>, Map<String, String>) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
E
- EDGE_DRIVER_ALLOWED_IPS_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines comma-separated list of remote IPv4 addresses which are allowed to connect to MSEdgeDriver.
- EDGE_DRIVER_APPEND_LOG_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines the
ChromiumDriverLogLevel
for MSEdgeDriver logs. - EDGE_DRIVER_DISABLE_BUILD_CHECK - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines whether the MSEdgeDriver executable should check for build version compatibility between MSEdgeDriver and the browser.
- EDGE_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines the location of the MSEdgeDriver executable that will be used by the
default service
. - EDGE_DRIVER_LOG_LEVEL_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines the log level when MSEdgeDriver output is logged.
- EDGE_DRIVER_LOG_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines the location of the file where MSEdgeDriver should write log messages to.
- EDGE_DRIVER_NAME - Static variable in class org.openqa.selenium.edge.EdgeDriverService
- EDGE_DRIVER_READABLE_TIMESTAMP - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that toggles the formatting of the timestamps of the logs
- EDGE_DRIVER_SILENT_OUTPUT_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
Boolean system property that defines whether the MSEdgeDriver executable should be started in silent mode.
- EDGE_DRIVER_VERBOSE_LOG_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
Boolean system property that defines whether the MSEdgeDriver executable should be started with verbose logging.
- EdgeDriver - Class in org.openqa.selenium.edge
-
A
WebDriver
implementation that controls an Edge browser running on the local machine. - EdgeDriver() - Constructor for class org.openqa.selenium.edge.EdgeDriver
- EdgeDriver(EdgeDriverService) - Constructor for class org.openqa.selenium.edge.EdgeDriver
- EdgeDriver(EdgeDriverService, EdgeOptions) - Constructor for class org.openqa.selenium.edge.EdgeDriver
- EdgeDriver(EdgeDriverService, EdgeOptions, ClientConfig) - Constructor for class org.openqa.selenium.edge.EdgeDriver
- EdgeDriver(EdgeOptions) - Constructor for class org.openqa.selenium.edge.EdgeDriver
- EdgeDriverInfo - Class in org.openqa.selenium.edge
- EdgeDriverInfo() - Constructor for class org.openqa.selenium.edge.EdgeDriverInfo
- EdgeDriverService - Class in org.openqa.selenium.edge
-
Manages the life and death of the MSEdgeDriver
- EdgeDriverService(File, int, Duration, List<String>, Map<String, String>) - Constructor for class org.openqa.selenium.edge.EdgeDriverService
- EdgeDriverService.Builder - Class in org.openqa.selenium.edge
-
Builder used to configure new
EdgeDriverService
instances. - EdgeOptions - Class in org.openqa.selenium.edge
-
Class to manage options specific to
EdgeDriver
. - EdgeOptions() - Constructor for class org.openqa.selenium.edge.EdgeOptions
G
- getAdditionalCommands() - Method in class org.openqa.selenium.edge.AddHasCasting
- getAdditionalCommands() - Method in class org.openqa.selenium.edge.AddHasCdp
- getCanonicalCapabilities() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- getDefaultDriverOptions() - Method in class org.openqa.selenium.edge.EdgeDriverService
- getDisplayName() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- getDriverName() - Method in class org.openqa.selenium.edge.EdgeDriverService
- getDriverProperty() - Method in class org.openqa.selenium.edge.EdgeDriverService
- getMaximumSimultaneousSessions() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
I
- isApplicable() - Method in class org.openqa.selenium.edge.AddHasCasting
- isApplicable() - Method in class org.openqa.selenium.edge.AddHasCdp
- isAvailable() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- isPresent() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- isSupporting(Capabilities) - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- isSupportingBiDi() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- isSupportingCdp() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
L
- loadSystemProperties() - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
- LOGGING_PREFS - Static variable in class org.openqa.selenium.edge.EdgeOptions
M
- merge(Capabilities) - Method in class org.openqa.selenium.edge.EdgeOptions
O
- org.openqa.selenium.edge - package org.openqa.selenium.edge
S
- score(Capabilities) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
U
- useWebView(boolean) - Method in class org.openqa.selenium.edge.EdgeOptions
-
Changes the browser name to 'webview2' to enable test automation of WebView2 apps with Microsoft Edge WebDriver
W
- WEBVIEW2_BROWSER_NAME - Static variable in class org.openqa.selenium.edge.EdgeOptions
- withAllowedListIps(String) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
Configures the comma-separated list of remote IPv4 addresses which are allowed to connect to the driver server.
- withAppendLog(boolean) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
Configures the driver server appending to log file.
- withBuildCheckDisabled(boolean) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
Allows the driver to be used with potentially incompatible versions of the browser.
- withLoglevel(String) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
Deprecated.
- withLoglevel(ChromiumDriverLogLevel) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
Configures the driver server log level.
- withReadableTimestamp(Boolean) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
Configures the format of the logging for the driver server.
- withSilent(boolean) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
Configures the driver server for silent output.
- withVerbose(boolean) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
-
Configures the driver server verbosity.
All Classes All Packages