Uses of Interface
org.openqa.selenium.grid.data.SlotMatcher
Packages that use SlotMatcher
Package
Description
-
Uses of SlotMatcher in org.openqa.selenium.grid.data
Classes in org.openqa.selenium.grid.data that implement SlotMatcherModifier and TypeClassDescriptionclass
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 SlotMatcherModifier and TypeMethodDescriptionboolean
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 -
Uses of SlotMatcher in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type SlotMatcherModifierConstructorDescriptionLocalDistributor
(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, Duration healthcheckInterval, boolean rejectUnsupportedCaps, 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 SlotMatcherModifier and TypeMethodDescriptionDefaultSlotSelector.selectSlot
(org.openqa.selenium.Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) SlotSelector.selectSlot
(org.openqa.selenium.Capabilities capabilities, 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 -
Uses of SlotMatcher in org.openqa.selenium.grid.sessionqueue.local
Constructors in org.openqa.selenium.grid.sessionqueue.local with parameters of type SlotMatcherModifierConstructorDescriptionLocalNewSessionQueue
(org.openqa.selenium.remote.tracing.Tracer tracer, SlotMatcher slotMatcher, Duration requestTimeoutCheck, Duration requestTimeout, Secret registrationSecret, int batchSize)