Package org.openqa.selenium.firefox
Class GeckoDriverInfo
java.lang.Object
org.openqa.selenium.firefox.GeckoDriverInfo
- All Implemented Interfaces:
org.openqa.selenium.remote.WebDriverInfo
@AutoService(org.openqa.selenium.remote.WebDriverInfo.class)
public class GeckoDriverInfo
extends Object
implements org.openqa.selenium.remote.WebDriverInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.openqa.selenium.WebDriver> createDriver(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.http.ClientConfig clientConfig) org.openqa.selenium.CapabilitiesintbooleanbooleanbooleanisSupporting(org.openqa.selenium.Capabilities capabilities) booleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openqa.selenium.remote.WebDriverInfo
createDriver
-
Constructor Details
-
GeckoDriverInfo
public GeckoDriverInfo()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.openqa.selenium.remote.WebDriverInfo
-
getCanonicalCapabilities
public org.openqa.selenium.Capabilities getCanonicalCapabilities()- Specified by:
getCanonicalCapabilitiesin interfaceorg.openqa.selenium.remote.WebDriverInfo
-
isSupporting
public boolean isSupporting(org.openqa.selenium.Capabilities capabilities) - Specified by:
isSupportingin interfaceorg.openqa.selenium.remote.WebDriverInfo
-
isSupportingCdp
public boolean isSupportingCdp()- Specified by:
isSupportingCdpin interfaceorg.openqa.selenium.remote.WebDriverInfo
-
isSupportingBiDi
public boolean isSupportingBiDi()- Specified by:
isSupportingBiDiin interfaceorg.openqa.selenium.remote.WebDriverInfo
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceorg.openqa.selenium.remote.WebDriverInfo
-
isPresent
public boolean isPresent()- Specified by:
isPresentin interfaceorg.openqa.selenium.remote.WebDriverInfo
-
getMaximumSimultaneousSessions
public int getMaximumSimultaneousSessions()- Specified by:
getMaximumSimultaneousSessionsin interfaceorg.openqa.selenium.remote.WebDriverInfo
-
createDriver
public Optional<org.openqa.selenium.WebDriver> createDriver(org.openqa.selenium.Capabilities capabilities, org.openqa.selenium.remote.http.ClientConfig clientConfig) throws org.openqa.selenium.SessionNotCreatedException - Specified by:
createDriverin interfaceorg.openqa.selenium.remote.WebDriverInfo- Throws:
org.openqa.selenium.SessionNotCreatedException
-