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)
-
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()
-