Package org.openqa.selenium.chromium
Class ChromiumDriverInfo
java.lang.Object
org.openqa.selenium.chromium.ChromiumDriverInfo
- All Implemented Interfaces:
WebDriverInfo
- Direct Known Subclasses:
ChromeDriverInfo,EdgeDriverInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintSome browsers require all the resources of the current system in order to run (for example, Safari on iOS) and so do not support multiple simultaneous sessions on the same system.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openqa.selenium.WebDriverInfo
createDriver, getCanonicalCapabilities, getDisplayName, isAvailable, isPresent, isSupporting, isSupportingBiDi, isSupportingCdp
-
Constructor Details
-
ChromiumDriverInfo
public ChromiumDriverInfo()
-
-
Method Details
-
getMaximumSimultaneousSessions
public int getMaximumSimultaneousSessions()Description copied from interface:WebDriverInfoSome browsers require all the resources of the current system in order to run (for example, Safari on iOS) and so do not support multiple simultaneous sessions on the same system. Other browsers can create isolated state for each newWebDriverinstance.The count of simultaneous sessions is typically 1, some multiple of the available number of cores, or
Integer.MAX_VALUEif the number is unbounded or no-one cares.- Specified by:
getMaximumSimultaneousSessionsin interfaceWebDriverInfo
-