Skip navigation links
A B C E F G I L M S U W 

A

addArguments(String...) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 
addArguments(List<String>) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Adds additional command line arguments to be used when starting Edge.
addEncodedExtensions(String...) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 
addEncodedExtensions(List<String>) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Adds a new Edge extension to install on browser startup.
addExtensions(File...) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 
addExtensions(List<File>) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Adds a new Edge extension to install on browser startup.
amendHashCode() - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 
asMap() - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 

B

Builder() - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriverService.Builder
 

C

CAPABILITY - Static variable in class com.microsoft.edge.seleniumtools.EdgeOptions
Key used to store a set of EdgeOptions in a Capabilities object.
com.microsoft.edge.seleniumtools - package com.microsoft.edge.seleniumtools
 
createArgs() - Method in class com.microsoft.edge.seleniumtools.EdgeDriverService.Builder
 
createDefaultService() - Static method in class com.microsoft.edge.seleniumtools.EdgeDriverService
Configures and returns a new EdgeDriverService using the default configuration.
createDriver(Capabilities) - Method in class com.microsoft.edge.seleniumtools.EdgeDriverInfo
 
createDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Method in class com.microsoft.edge.seleniumtools.EdgeDriverService.Builder
 

E

EDGE_DRIVER_EXE_PROPERTY - Static variable in class com.microsoft.edge.seleniumtools.EdgeDriverService
System property that defines the location of the msedgedriver executable that will be used by the default service.
EDGE_DRIVER_LOG_PROPERTY - Static variable in class com.microsoft.edge.seleniumtools.EdgeDriverService
System property that defines the location of the log that will be written by the default service.
EDGE_DRIVER_SILENT_OUTPUT_PROPERTY - Static variable in class com.microsoft.edge.seleniumtools.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 com.microsoft.edge.seleniumtools.EdgeDriverService
Boolean system property that defines whether the msedgedriver executable should be started with verbose logging.
EDGE_DRIVER_WHITELISTED_IPS_PROPERTY - Static variable in class com.microsoft.edge.seleniumtools.EdgeDriverService
System property that defines comma-separated list of remote IPv4 addresses which are allowed to connect to EdgeDriver.
EdgeDriver - Class in com.microsoft.edge.seleniumtools
A WebDriver implementation that controls a Edge browser running on the local machine.
EdgeDriver() - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriver
Creates a new EdgeDriver using the default server configuration.
EdgeDriver(EdgeDriverService) - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriver
Creates a new EdgeDriver instance.
EdgeDriver(Capabilities) - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriver
Deprecated.
EdgeDriver(EdgeOptions) - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriver
Creates a new EdgeDriver instance with the specified options.
EdgeDriver(EdgeDriverService, EdgeOptions) - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriver
Creates a new EdgeDriver instance with the specified options.
EdgeDriver(EdgeDriverService, Capabilities) - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriver
EdgeDriverInfo - Class in com.microsoft.edge.seleniumtools
 
EdgeDriverInfo() - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriverInfo
 
EdgeDriverService - Class in com.microsoft.edge.seleniumtools
Manages the life and death of a EdgeDriver server.
EdgeDriverService(File, int, ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class com.microsoft.edge.seleniumtools.EdgeDriverService
 
EdgeDriverService.Builder - Class in com.microsoft.edge.seleniumtools
Builder used to configure new EdgeDriverService instances.
EdgeOptions - Class in com.microsoft.edge.seleniumtools
Class to manage options specific to EdgeDriver.
EdgeOptions() - Constructor for class com.microsoft.edge.seleniumtools.EdgeOptions
 

F

findDefaultExecutable() - Method in class com.microsoft.edge.seleniumtools.EdgeDriverService.Builder
 

G

getCanonicalCapabilities() - Method in class com.microsoft.edge.seleniumtools.EdgeDriverInfo
 
getDisplayName() - Method in class com.microsoft.edge.seleniumtools.EdgeDriverInfo
 
getExperimentalOption(String) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Deprecated.
Getters are not needed in browser Options classes.
getLocalStorage() - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
 
getMaximumSimultaneousSessions() - Method in class com.microsoft.edge.seleniumtools.EdgeDriverInfo
 
getNetworkConnection() - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
 
getSessionStorage() - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
 
getTouch() - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
 

I

isAvailable() - Method in class com.microsoft.edge.seleniumtools.EdgeDriverInfo
 
isSupporting(Capabilities) - Method in class com.microsoft.edge.seleniumtools.EdgeDriverInfo
 

L

launchApp(String) - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
Launches Edge app specified by id.
location() - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
 

M

merge(Capabilities) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 

S

score(Capabilities) - Method in class com.microsoft.edge.seleniumtools.EdgeDriverService.Builder
 
setAcceptInsecureCerts(boolean) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Returns EdgeOptions with the capability ACCEPT_INSECURE_CERTS set.
setBinary(File) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Sets the path to the Edge executable.
setBinary(String) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Sets the path to the Edge executable.
setExperimentalOption(String, Object) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Sets an experimental option.
setFileDetector(FileDetector) - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
 
setHeadless(boolean) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 
setLocation(Location) - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
 
setNetworkConnection(NetworkConnection.ConnectionType) - Method in class com.microsoft.edge.seleniumtools.EdgeDriver
 
setPageLoadStrategy(PageLoadStrategy) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 
setProxy(Proxy) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 
setUnhandledPromptBehaviour(UnexpectedAlertBehaviour) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
 
setUseWebView(boolean) - Method in class com.microsoft.edge.seleniumtools.EdgeOptions
Sets whether to launch an Edge (Chromium) WebView executable instead of launching the Edge browser.

U

USE_CHROMIUM - Static variable in class com.microsoft.edge.seleniumtools.EdgeOptions
 

W

withSilent(boolean) - Method in class com.microsoft.edge.seleniumtools.EdgeDriverService.Builder
Configures the driver server for silent output.
withVerbose(boolean) - Method in class com.microsoft.edge.seleniumtools.EdgeDriverService.Builder
Configures the driver server verbosity.
withWhitelistedIps(String) - Method in class com.microsoft.edge.seleniumtools.EdgeDriverService.Builder
Configures the comma-separated list of remote IPv4 addresses which are allowed to connect to the driver server.
A B C E F G I L M S U W 
Skip navigation links

Copyright © 2021. All rights reserved.