Uses of Class
org.openqa.selenium.grid.data.SlotId
-
Packages that use SlotId Package Description org.openqa.selenium.grid.data org.openqa.selenium.grid.distributor TheDistributor
is responsible for assigning new calls to Create Session to aNode
.org.openqa.selenium.grid.distributor.selector -
-
Uses of SlotId in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return SlotId Modifier and Type Method Description SlotId
Slot. getId()
Constructors in org.openqa.selenium.grid.data with parameters of type SlotId Constructor Description Slot(SlotId id, org.openqa.selenium.Capabilities stereotype, java.time.Instant lastStarted, Session session)
-
Uses of SlotId in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type SlotId Modifier and Type Method Description boolean
GridModel. reserve(SlotId slotId)
void
GridModel. setSession(SlotId slotId, Session session)
-
Uses of SlotId in org.openqa.selenium.grid.distributor.selector
Methods in org.openqa.selenium.grid.distributor.selector that return types with arguments of type SlotId Modifier and Type Method Description java.util.Set<SlotId>
DefaultSlotSelector. selectSlot(org.openqa.selenium.Capabilities capabilities, java.util.Set<NodeStatus> nodes)
java.util.Set<SlotId>
SlotSelector. selectSlot(org.openqa.selenium.Capabilities capabilities, java.util.Set<NodeStatus> nodes)
-