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