Package org.openqa.selenium.edge
Class EdgeDriverInfo
java.lang.Object
org.openqa.selenium.chromium.ChromiumDriverInfo
org.openqa.selenium.edge.EdgeDriverInfo
- All Implemented Interfaces:
org.openqa.selenium.remote.WebDriverInfo
@AutoService(org.openqa.selenium.remote.WebDriverInfo.class)
public class EdgeDriverInfo
extends org.openqa.selenium.chromium.ChromiumDriverInfo
-
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.CapabilitiesbooleanbooleanbooleanisSupporting(org.openqa.selenium.Capabilities capabilities) booleanbooleanMethods inherited from class org.openqa.selenium.chromium.ChromiumDriverInfo
getMaximumSimultaneousSessionsMethods 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
-
EdgeDriverInfo
public EdgeDriverInfo()
-
-
Method Details
-
getDisplayName
-
getCanonicalCapabilities
public org.openqa.selenium.Capabilities getCanonicalCapabilities() -
isSupporting
public boolean isSupporting(org.openqa.selenium.Capabilities capabilities) -
isSupportingCdp
public boolean isSupportingCdp() -
isSupportingBiDi
public boolean isSupportingBiDi() -
isAvailable
public boolean isAvailable() -
isPresent
public boolean isPresent() -
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 - Throws:
org.openqa.selenium.SessionNotCreatedException
-