B C D E F G I O S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- Builder() - Constructor for class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
- 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 ChromeOptions in a
Capabilities
object. - ChromiumEdgeDriverInfo - Class in org.openqa.selenium.edge
- ChromiumEdgeDriverInfo() - Constructor for class org.openqa.selenium.edge.ChromiumEdgeDriverInfo
- ChromiumEdgeDriverService - Class in org.openqa.selenium.edge
- ChromiumEdgeDriverService(File, int, List<String>, Map<String, String>) - Constructor for class org.openqa.selenium.edge.ChromiumEdgeDriverService
- ChromiumEdgeDriverService.Builder - Class in org.openqa.selenium.edge
-
Builder used to configure new
ChromiumEdgeDriverService
instances. - createArgs() - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
- createDefaultService() - Static method in class org.openqa.selenium.edge.ChromiumEdgeDriverService
-
Configures and returns a new
ChromiumEdgeDriverService
using the default configuration. - createDriver(Capabilities) - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
D
- DRIVER_USE_EDGE_EDGEHTML - Static variable in class org.openqa.selenium.edge.EdgeDriver
-
Boolean system property that defines whether the msedgedriver executable (Chromium Edge) should be used.
E
- EDGE_DRIVER_ALLOWED_IPS_PROPERTY - Static variable in class org.openqa.selenium.edge.ChromiumEdgeDriverService
-
System property that defines comma-separated list of remote IPv4 addresses which are allowed to connect to MSEdgeDriver.
- EDGE_DRIVER_EXE_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines the location of the EdgeDriver executable that will be used by the default service.
- EDGE_DRIVER_LOG_PROPERTY - Static variable in class org.openqa.selenium.edge.EdgeDriverService
-
System property that defines the default location where MicrosoftWebDriver output is logged.
- EDGE_DRIVER_SILENT_OUTPUT_PROPERTY - Static variable in class org.openqa.selenium.edge.ChromiumEdgeDriverService
-
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 MicrosoftWebDriver 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(Capabilities) - Constructor for class org.openqa.selenium.edge.EdgeDriver
-
Deprecated.
- 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 EdgeDriver (MicrosoftWebDriver or MSEdgeDriver).
- EdgeDriverService(File, int, List<String>, Map<String, String>) - Constructor for class org.openqa.selenium.edge.EdgeDriverService
- EdgeDriverService.Builder<DS extends EdgeDriverService,B extends EdgeDriverService.Builder<?,?>> - Class in org.openqa.selenium.edge
- EdgeOptions - Class in org.openqa.selenium.edge
-
Class to manage options specific to
EdgeDriver
. - EdgeOptions() - Constructor for class org.openqa.selenium.edge.EdgeOptions
F
- findDefaultExecutable() - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
G
- getCanonicalCapabilities() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- getDisplayName() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- getMaximumSimultaneousSessions() - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverInfo
- getMaximumSimultaneousSessions() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
I
- isAvailable() - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverInfo
- isAvailable() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
- isLegacy() - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
- isLegacy() - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
- isSupporting(Capabilities) - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverInfo
- isSupporting(Capabilities) - Method in class org.openqa.selenium.edge.EdgeDriverInfo
O
- org.openqa.selenium.edge - package org.openqa.selenium.edge
S
- score(Capabilities) - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
W
- withAllowedListIps(String) - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
-
Configures the comma-separated list of remote IPv4 addresses which are allowed to connect to the driver server.
- withSilent(boolean) - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
-
Configures the driver server for silent output.
- withVerbose(boolean) - Method in class org.openqa.selenium.edge.ChromiumEdgeDriverService.Builder
-
Configures the driver server verbosity.
- withVerbose(boolean) - Method in class org.openqa.selenium.edge.EdgeDriverService.Builder
All Classes All Packages