Package org.openqa.selenium.firefox.xpi
Class XpiDriverInfo
- java.lang.Object
-
- org.openqa.selenium.firefox.xpi.XpiDriverInfo
-
- All Implemented Interfaces:
org.openqa.selenium.WebDriverInfo
@Deprecated @AutoService(org.openqa.selenium.WebDriverInfo.class) public class XpiDriverInfo extends java.lang.Object implements org.openqa.selenium.WebDriverInfoDeprecated.
-
-
Constructor Summary
Constructors Constructor Description XpiDriverInfo()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Optional<org.openqa.selenium.WebDriver>createDriver(org.openqa.selenium.Capabilities capabilities)Deprecated.org.openqa.selenium.CapabilitiesgetCanonicalCapabilities()Deprecated.java.lang.StringgetDisplayName()Deprecated.intgetMaximumSimultaneousSessions()Deprecated.booleanisAvailable()Deprecated.booleanisSupporting(org.openqa.selenium.Capabilities capabilities)Deprecated.booleanisSupportingCdp()Deprecated.
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
Deprecated.- Specified by:
getDisplayNamein interfaceorg.openqa.selenium.WebDriverInfo
-
getCanonicalCapabilities
public org.openqa.selenium.Capabilities getCanonicalCapabilities()
Deprecated.- Specified by:
getCanonicalCapabilitiesin interfaceorg.openqa.selenium.WebDriverInfo
-
isSupporting
public boolean isSupporting(org.openqa.selenium.Capabilities capabilities)
Deprecated.- Specified by:
isSupportingin interfaceorg.openqa.selenium.WebDriverInfo
-
isSupportingCdp
public boolean isSupportingCdp()
Deprecated.- Specified by:
isSupportingCdpin interfaceorg.openqa.selenium.WebDriverInfo
-
isAvailable
public boolean isAvailable()
Deprecated.- Specified by:
isAvailablein interfaceorg.openqa.selenium.WebDriverInfo
-
getMaximumSimultaneousSessions
public int getMaximumSimultaneousSessions()
Deprecated.- Specified by:
getMaximumSimultaneousSessionsin interfaceorg.openqa.selenium.WebDriverInfo
-
createDriver
public java.util.Optional<org.openqa.selenium.WebDriver> createDriver(org.openqa.selenium.Capabilities capabilities) throws org.openqa.selenium.SessionNotCreatedExceptionDeprecated.- Specified by:
createDriverin interfaceorg.openqa.selenium.WebDriverInfo- Throws:
org.openqa.selenium.SessionNotCreatedException
-
-