Uses of Interface
org.openqa.selenium.grid.node.HealthCheck
-
Packages that use HealthCheck Package Description org.openqa.selenium.grid.node org.openqa.selenium.grid.node.local org.openqa.selenium.grid.node.remote -
-
Uses of HealthCheck in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return HealthCheck Modifier and Type Method Description abstract HealthCheck
Node. getHealthCheck()
-
Uses of HealthCheck in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return HealthCheck Modifier and Type Method Description HealthCheck
LocalNode. getHealthCheck()
Methods in org.openqa.selenium.grid.node.local with parameters of type HealthCheck Modifier and Type Method Description LocalNode.Builder.Advanced
LocalNode.Builder.Advanced. healthCheck(HealthCheck healthCheck)
Constructors in org.openqa.selenium.grid.node.local with parameters of type HealthCheck 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)
-
Uses of HealthCheck in org.openqa.selenium.grid.node.remote
Methods in org.openqa.selenium.grid.node.remote that return HealthCheck Modifier and Type Method Description HealthCheck
RemoteNode. getHealthCheck()
-