@Deprecated public class EdgeDriver extends org.openqa.selenium.remote.RemoteWebDriver implements org.openqa.selenium.html5.LocationContext, org.openqa.selenium.html5.WebStorage, org.openqa.selenium.interactions.HasTouchScreen, org.openqa.selenium.mobile.NetworkConnection
org.openqa.selenium.remote.RemoteWebDriver.RemoteTargetLocator, org.openqa.selenium.remote.RemoteWebDriver.RemoteWebDriverOptions, org.openqa.selenium.remote.RemoteWebDriver.Whenorg.openqa.selenium.mobile.NetworkConnection.ConnectionTypeorg.openqa.selenium.WebDriver.ImeHandler, org.openqa.selenium.WebDriver.Navigation, org.openqa.selenium.WebDriver.Options, org.openqa.selenium.WebDriver.TargetLocator, org.openqa.selenium.WebDriver.Timeouts, org.openqa.selenium.WebDriver.Window| Constructor and Description |
|---|
EdgeDriver()
Deprecated.
Creates a new EdgeDriver using the
default
server configuration. |
EdgeDriver(org.openqa.selenium.Capabilities capabilities)
Deprecated.
Use
EdgeDriver(EdgeOptions) instead. |
EdgeDriver(EdgeDriverService service)
Deprecated.
Creates a new EdgeDriver instance.
|
EdgeDriver(EdgeDriverService service,
org.openqa.selenium.Capabilities capabilities)
Deprecated.
Use
EdgeDriver(EdgeDriverService, EdgeOptions) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.html5.LocalStorage |
getLocalStorage()
Deprecated.
|
org.openqa.selenium.mobile.NetworkConnection.ConnectionType |
getNetworkConnection()
Deprecated.
|
org.openqa.selenium.html5.SessionStorage |
getSessionStorage()
Deprecated.
|
org.openqa.selenium.interactions.TouchScreen |
getTouch()
Deprecated.
|
void |
launchApp(String id)
Deprecated.
Launches Edge app specified by id.
|
org.openqa.selenium.html5.Location |
location()
Deprecated.
|
void |
setFileDetector(org.openqa.selenium.remote.FileDetector detector)
Deprecated.
|
void |
setLocation(org.openqa.selenium.html5.Location location)
Deprecated.
|
org.openqa.selenium.mobile.NetworkConnection.ConnectionType |
setNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)
Deprecated.
|
builder, close, execute, execute, executeAsyncScript, executeScript, findElement, findElement, findElementByClassName, findElementByCssSelector, findElementById, findElementByLinkText, findElementByName, findElementByPartialLinkText, findElementByTagName, findElementByXPath, findElements, findElements, findElementsByClassName, findElementsByCssSelector, findElementsById, findElementsByLinkText, findElementsByName, findElementsByPartialLinkText, findElementsByTagName, findElementsByXPath, get, getCapabilities, getCommandExecutor, getCurrentUrl, getElementConverter, getErrorHandler, getExecuteMethod, getFileDetector, getKeyboard, getMouse, getPageSource, getScreenshotAs, getSessionId, getTitle, getWindowHandle, getWindowHandles, log, manage, navigate, perform, quit, resetInputState, setCommandExecutor, setElementConverter, setErrorHandler, setFoundBy, setLogLevel, setSessionId, startSession, switchTo, toStringpublic EdgeDriver()
default
server configuration.public EdgeDriver(EdgeDriverService service)
service will be started along with the driver,
and shutdown upon calling RemoteWebDriver.quit().service - The service to use.RemoteWebDriver(org.openqa.selenium.remote.CommandExecutor, Capabilities)@Deprecated public EdgeDriver(org.openqa.selenium.Capabilities capabilities)
EdgeDriver(EdgeOptions) instead.capabilities will be passed to the
EdgeDriver service.capabilities - The capabilities required from the EdgeDriver.EdgeDriver(EdgeDriverService, Capabilities)public EdgeDriver(EdgeOptions options)
options - The options to use.EdgeDriver(EdgeDriverService, EdgeOptions)public EdgeDriver(EdgeDriverService service, EdgeOptions options)
service will be
started along with the driver, and shutdown upon calling RemoteWebDriver.quit().service - The service to use.options - The options to use.@Deprecated public EdgeDriver(EdgeDriverService service, org.openqa.selenium.Capabilities capabilities)
EdgeDriver(EdgeDriverService, EdgeOptions) instead.service will be started along with the
driver, and shutdown upon calling RemoteWebDriver.quit().service - The service to use.capabilities - The capabilities required from the EdgeDriver.public void setFileDetector(org.openqa.selenium.remote.FileDetector detector)
setFileDetector in class org.openqa.selenium.remote.RemoteWebDriverpublic org.openqa.selenium.html5.LocalStorage getLocalStorage()
getLocalStorage in interface org.openqa.selenium.html5.WebStoragepublic org.openqa.selenium.html5.SessionStorage getSessionStorage()
getSessionStorage in interface org.openqa.selenium.html5.WebStoragepublic org.openqa.selenium.html5.Location location()
location in interface org.openqa.selenium.html5.LocationContextpublic void setLocation(org.openqa.selenium.html5.Location location)
setLocation in interface org.openqa.selenium.html5.LocationContextpublic org.openqa.selenium.interactions.TouchScreen getTouch()
getTouch in interface org.openqa.selenium.interactions.HasTouchScreenpublic org.openqa.selenium.mobile.NetworkConnection.ConnectionType getNetworkConnection()
getNetworkConnection in interface org.openqa.selenium.mobile.NetworkConnectionpublic org.openqa.selenium.mobile.NetworkConnection.ConnectionType setNetworkConnection(org.openqa.selenium.mobile.NetworkConnection.ConnectionType type)
setNetworkConnection in interface org.openqa.selenium.mobile.NetworkConnectionpublic void launchApp(String id)
id - Edge app id.Copyright © 2022. All rights reserved.