Uses of Interface
org.openqa.selenium.grid.data.SlotMatcher
-
Packages that use SlotMatcher Package Description org.openqa.selenium.grid.data org.openqa.selenium.grid.distributor.config org.openqa.selenium.grid.sessionqueue.local -
-
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. -
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.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)
-