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 intgetMaximumSimultaneousSessions()booleanisAvailable()
-
-
-
Method Detail
-
isAvailable
public boolean isAvailable()
- Specified by:
isAvailablein interfaceorg.openqa.selenium.WebDriverInfo- Specified by:
isAvailablein classorg.openqa.selenium.edge.EdgeDriverInfo
-
getMaximumSimultaneousSessions
public int getMaximumSimultaneousSessions()
- Specified by:
getMaximumSimultaneousSessionsin interfaceorg.openqa.selenium.WebDriverInfo- Overrides:
getMaximumSimultaneousSessionsin classorg.openqa.selenium.edge.EdgeDriverInfo
-
-