public class EdgeDriverInfo
extends java.lang.Object
implements org.openqa.selenium.WebDriverInfo
Constructor and Description |
---|
EdgeDriverInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<org.openqa.selenium.WebDriver> |
createDriver(org.openqa.selenium.Capabilities capabilities) |
org.openqa.selenium.Capabilities |
getCanonicalCapabilities() |
java.lang.String |
getDisplayName() |
int |
getMaximumSimultaneousSessions() |
boolean |
isAvailable() |
boolean |
isSupporting(org.openqa.selenium.Capabilities capabilities) |
public java.lang.String getDisplayName()
getDisplayName
in interface org.openqa.selenium.WebDriverInfo
public org.openqa.selenium.Capabilities getCanonicalCapabilities()
getCanonicalCapabilities
in interface org.openqa.selenium.WebDriverInfo
public boolean isSupporting(org.openqa.selenium.Capabilities capabilities)
isSupporting
in interface org.openqa.selenium.WebDriverInfo
public boolean isAvailable()
isAvailable
in interface org.openqa.selenium.WebDriverInfo
public int getMaximumSimultaneousSessions()
getMaximumSimultaneousSessions
in interface org.openqa.selenium.WebDriverInfo
public java.util.Optional<org.openqa.selenium.WebDriver> createDriver(org.openqa.selenium.Capabilities capabilities) throws org.openqa.selenium.SessionNotCreatedException
createDriver
in interface org.openqa.selenium.WebDriverInfo
org.openqa.selenium.SessionNotCreatedException