Uses of Interface
org.openqa.selenium.grid.data.SlotMatcher
-
-
Uses of SlotMatcher in org.openqa.selenium.grid.data
Classes in org.openqa.selenium.grid.data that implement SlotMatcher Modifier and Type Class Description class
DefaultSlotMatcher
Default matching implementation for slots, loosely based on the requirements for capability matching from the WebDriver spec.Methods in org.openqa.selenium.grid.data with parameters of type SlotMatcher Modifier and Type Method Description boolean
NodeStatus. hasCapability(org.openqa.selenium.Capabilities caps, SlotMatcher slotMatcher)
boolean
NodeStatus. hasCapacity(org.openqa.selenium.Capabilities caps, SlotMatcher slotMatcher)
boolean
Slot. isSupporting(org.openqa.selenium.Capabilities caps, SlotMatcher slotMatcher)
-
Uses of SlotMatcher in org.openqa.selenium.grid.distributor.config
Methods in org.openqa.selenium.grid.distributor.config that return SlotMatcher Modifier and Type Method Description SlotMatcher
DistributorOptions. getSlotMatcher()
-
Uses of SlotMatcher in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type SlotMatcher Constructor Description LocalDistributor(org.openqa.selenium.remote.tracing.Tracer tracer, EventBus bus, org.openqa.selenium.remote.http.HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, java.time.Duration healthcheckInterval, boolean rejectUnsupportedCaps, java.time.Duration sessionRequestRetryInterval, int newSessionThreadPoolSize, SlotMatcher slotMatcher)
-
Uses of SlotMatcher in org.openqa.selenium.grid.distributor.selector
Methods in org.openqa.selenium.grid.distributor.selector with parameters of type SlotMatcher Modifier and Type Method Description java.util.Set<SlotId>
DefaultSlotSelector. selectSlot(org.openqa.selenium.Capabilities capabilities, java.util.Set<NodeStatus> nodes, SlotMatcher slotMatcher)
java.util.Set<SlotId>
SlotSelector. selectSlot(org.openqa.selenium.Capabilities capabilities, java.util.Set<NodeStatus> nodes, SlotMatcher slotMatcher)
-
Uses of SlotMatcher in org.openqa.selenium.grid.node.config
Methods in org.openqa.selenium.grid.node.config that return SlotMatcher Modifier and Type Method Description SlotMatcher
NodeOptions. getSlotMatcher()
-
Uses of SlotMatcher in org.openqa.selenium.grid.sessionqueue.local
Constructors in org.openqa.selenium.grid.sessionqueue.local with parameters of type SlotMatcher Constructor Description LocalNewSessionQueue(org.openqa.selenium.remote.tracing.Tracer tracer, SlotMatcher slotMatcher, java.time.Duration requestTimeoutCheck, java.time.Duration requestTimeout, Secret registrationSecret, int batchSize)
-