Uses of Class
org.openqa.selenium.grid.data.SlotId
Packages that use SlotId
Package
Description
The 
Distributor is responsible for assigning new
 calls to Create Session to a Node.- 
Uses of SlotId in org.openqa.selenium.grid.dataMethods in org.openqa.selenium.grid.data that return SlotIdConstructors in org.openqa.selenium.grid.data with parameters of type SlotIdModifierConstructorDescriptionSlot(SlotId id, Capabilities stereotype, Instant lastStarted, Session session) 
- 
Uses of SlotId in org.openqa.selenium.grid.distributorMethods in org.openqa.selenium.grid.distributor with parameters of type SlotIdModifier and TypeMethodDescriptionbooleanvoidGridModel.setSession(SlotId slotId, Session session) 
- 
Uses of SlotId in org.openqa.selenium.grid.distributor.selectorMethods in org.openqa.selenium.grid.distributor.selector that return types with arguments of type SlotIdModifier and TypeMethodDescriptionDefaultSlotSelector.selectSlot(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) SlotSelector.selectSlot(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher)