Uses of Interface
org.openqa.selenium.grid.node.HealthCheck
Packages that use HealthCheck
Package
Description
-
Uses of HealthCheck in org.openqa.selenium.grid.node
Methods in org.openqa.selenium.grid.node that return HealthCheck -
Uses of HealthCheck in org.openqa.selenium.grid.node.local
Methods in org.openqa.selenium.grid.node.local that return HealthCheckMethods in org.openqa.selenium.grid.node.local with parameters of type HealthCheckModifier and TypeMethodDescriptionLocalNode.Builder.Advanced.healthCheck
(HealthCheck healthCheck) Constructors in org.openqa.selenium.grid.node.local with parameters of type HealthCheckModifierConstructorDescriptionprotected
LocalNode
(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, URI uri, URI gridUri, HealthCheck healthCheck, int maxSessionCount, int drainAfterSessionCount, boolean cdpEnabled, boolean bidiEnabled, com.google.common.base.Ticker ticker, Duration sessionTimeout, Duration heartbeatPeriod, 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