Class EdgeHtmlDriverInfo
- java.lang.Object
-
- org.openqa.selenium.chromium.ChromiumDriverInfo
-
- org.openqa.selenium.edge.EdgeDriverInfo
-
- org.openqa.selenium.edge.edgehtml.EdgeHtmlDriverInfo
-
- All Implemented Interfaces:
org.openqa.selenium.WebDriverInfo
@AutoService(org.openqa.selenium.WebDriverInfo.class) public class EdgeHtmlDriverInfo extends org.openqa.selenium.edge.EdgeDriverInfo
-
-
Constructor Summary
Constructors Constructor Description EdgeHtmlDriverInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaximumSimultaneousSessions()
boolean
isAvailable()
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailable
in interfaceorg.openqa.selenium.WebDriverInfo
- Specified by:
isAvailable
in classorg.openqa.selenium.edge.EdgeDriverInfo
-
getMaximumSimultaneousSessions
public int getMaximumSimultaneousSessions()
- Specified by:
getMaximumSimultaneousSessions
in interfaceorg.openqa.selenium.WebDriverInfo
- Overrides:
getMaximumSimultaneousSessions
in classorg.openqa.selenium.edge.EdgeDriverInfo
-
-