Uses of Class
org.openqa.selenium.grid.node.local.SessionSlot
-
Packages that use SessionSlot Package Description org.openqa.selenium.grid.node.local -
-
Uses of SessionSlot in org.openqa.selenium.grid.node.local
Constructor parameters in org.openqa.selenium.grid.node.local with type arguments of type SessionSlot Constructor Description LocalNode(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, java.net.URI uri, java.net.URI gridUri, HealthCheck healthCheck, int maxSessionCount, int drainAfterSessionCount, boolean cdpEnabled, boolean bidiEnabled, com.google.common.base.Ticker ticker, java.time.Duration sessionTimeout, java.time.Duration heartbeatPeriod, java.util.List<SessionSlot> factories, Secret registrationSecret, boolean managedDownloadsEnabled)
-