Uses of Interface
org.openqa.selenium.grid.distributor.selector.SlotSelector
-
Packages that use SlotSelector Package Description org.openqa.selenium.grid.distributor.config org.openqa.selenium.grid.distributor.local org.openqa.selenium.grid.distributor.selector -
-
Uses of SlotSelector in org.openqa.selenium.grid.distributor.config
Methods in org.openqa.selenium.grid.distributor.config that return SlotSelector Modifier and Type Method Description SlotSelectorDistributorOptions. getSlotSelector() -
Uses of SlotSelector in org.openqa.selenium.grid.distributor.local
Constructors in org.openqa.selenium.grid.distributor.local with parameters of type SlotSelector 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) -
Uses of SlotSelector in org.openqa.selenium.grid.distributor.selector
Classes in org.openqa.selenium.grid.distributor.selector that implement SlotSelector Modifier and Type Class Description classDefaultSlotSelectorMethods in org.openqa.selenium.grid.distributor.selector that return SlotSelector Modifier and Type Method Description static SlotSelectorDefaultSlotSelector. create(org.openqa.selenium.grid.config.Config config)
-