B C E F G I O S U W 
All Classes All Packages

B

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.
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_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.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 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(EdgeDriverService) - Constructor for class org.openqa.selenium.edge.EdgeDriver
 
EdgeDriver(EdgeDriverService, EdgeOptions) - 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 EdgeDriver (MicrosoftWebDriver or 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
 

F

findDefaultExecutable() - Method in class org.openqa.selenium.edge.EdgeDriverService.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.EdgeDriverInfo
 

I

isAvailable() - Method in class org.openqa.selenium.edge.EdgeDriverInfo
 
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.EdgeDriverService.Builder
 

U

USE_CHROMIUM - Static variable in class org.openqa.selenium.edge.EdgeOptions
Key used to indicate whether to use an Edge Chromium or Edge Legacy driver.

W

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.
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.
B C E F G I O S U W 
All Classes All Packages