Uses of Interface
org.openqa.selenium.grid.data.SlotMatcher
Package
Description
-
Uses of SlotMatcher in org.openqa.selenium.grid.data
Modifier and TypeClassDescriptionclass
Default matching implementation for slots, loosely based on the requirements for capability matching from the WebDriver spec.Modifier and TypeMethodDescriptionboolean
NodeStatus.hasCapability
(Capabilities caps, SlotMatcher slotMatcher) boolean
NodeStatus.hasCapacity
(Capabilities caps, SlotMatcher slotMatcher) boolean
Slot.isSupporting
(Capabilities caps, SlotMatcher slotMatcher) -
Uses of SlotMatcher in org.openqa.selenium.grid.distributor.config
-
Uses of SlotMatcher in org.openqa.selenium.grid.distributor.local
ModifierConstructorDescriptionLocalDistributor
(Tracer tracer, EventBus bus, HttpClient.Factory clientFactory, SessionMap sessions, NewSessionQueue sessionQueue, SlotSelector slotSelector, Secret registrationSecret, Duration healthcheckInterval, boolean rejectUnsupportedCaps, Duration sessionRequestRetryInterval, int newSessionThreadPoolSize, SlotMatcher slotMatcher) -
Uses of SlotMatcher in org.openqa.selenium.grid.distributor.selector
Modifier and TypeMethodDescriptionDefaultSlotSelector.selectSlot
(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) SlotSelector.selectSlot
(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) -
Uses of SlotMatcher in org.openqa.selenium.grid.node.config
-
Uses of SlotMatcher in org.openqa.selenium.grid.sessionqueue.local
ModifierConstructorDescriptionLocalNewSessionQueue
(Tracer tracer, SlotMatcher slotMatcher, Duration requestTimeoutCheck, Duration requestTimeout, Duration maximumResponseDelay, Secret registrationSecret, int batchSize)