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.WebDriverInfo
Deprecated.
-
-
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.Capabilities
getCanonicalCapabilities()
Deprecated.java.lang.String
getDisplayName()
Deprecated.int
getMaximumSimultaneousSessions()
Deprecated.boolean
isAvailable()
Deprecated.boolean
isSupporting(org.openqa.selenium.Capabilities capabilities)
Deprecated.boolean
isSupportingCdp()
Deprecated.
-
-
-
Method Detail
-
getDisplayName
public java.lang.String getDisplayName()
Deprecated.- Specified by:
getDisplayName
in interfaceorg.openqa.selenium.WebDriverInfo
-
getCanonicalCapabilities
public org.openqa.selenium.Capabilities getCanonicalCapabilities()
Deprecated.- Specified by:
getCanonicalCapabilities
in interfaceorg.openqa.selenium.WebDriverInfo
-
isSupporting
public boolean isSupporting(org.openqa.selenium.Capabilities capabilities)
Deprecated.- Specified by:
isSupporting
in interfaceorg.openqa.selenium.WebDriverInfo
-
isSupportingCdp
public boolean isSupportingCdp()
Deprecated.- Specified by:
isSupportingCdp
in interfaceorg.openqa.selenium.WebDriverInfo
-
isAvailable
public boolean isAvailable()
Deprecated.- Specified by:
isAvailable
in interfaceorg.openqa.selenium.WebDriverInfo
-
getMaximumSimultaneousSessions
public int getMaximumSimultaneousSessions()
Deprecated.- Specified by:
getMaximumSimultaneousSessions
in interfaceorg.openqa.selenium.WebDriverInfo
-
createDriver
public java.util.Optional<org.openqa.selenium.WebDriver> createDriver(org.openqa.selenium.Capabilities capabilities) throws org.openqa.selenium.SessionNotCreatedException
Deprecated.- Specified by:
createDriver
in interfaceorg.openqa.selenium.WebDriverInfo
- Throws:
org.openqa.selenium.SessionNotCreatedException
-
-