Uses of Interface
org.openqa.selenium.grid.distributor.selector.SlotSelector
Packages that use SlotSelector
Package
Description
-
Uses of SlotSelector in org.openqa.selenium.grid.distributor.config
Methods in org.openqa.selenium.grid.distributor.config that return SlotSelector -
Uses of SlotSelector in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type SlotSelectorModifierConstructorDescriptionLocalDistributor(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, Duration purgeNodesInterval) -
Uses of SlotSelector in org.openqa.selenium.grid.distributor.selector
Classes in org.openqa.selenium.grid.distributor.selector that implement SlotSelectorModifier and TypeClassDescriptionclassclassA greedy slot selector that aims to maximize node utilization by minimizing the number of partially filled nodes.Methods in org.openqa.selenium.grid.distributor.selector that return SlotSelector