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.local org.openqa.selenium.grid.distributor.remote 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, java.util.Optional<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 protected abstract org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse>
Distributor. reserve(SlotId slot, CreateSessionRequest request)
-
Uses of SlotId in org.openqa.selenium.grid.distributor.local
Methods in org.openqa.selenium.grid.distributor.local with parameters of type SlotId Modifier and Type Method Description boolean
GridModel. reserve(SlotId slotId)
protected org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse>
LocalDistributor. reserve(SlotId slotId, CreateSessionRequest request)
void
GridModel. setSession(SlotId slotId, Session session)
-
Uses of SlotId in org.openqa.selenium.grid.distributor.remote
Methods in org.openqa.selenium.grid.distributor.remote with parameters of type SlotId Modifier and Type Method Description protected org.openqa.selenium.internal.Either<org.openqa.selenium.SessionNotCreatedException,CreateSessionResponse>
RemoteDistributor. reserve(SlotId slot, CreateSessionRequest request)
-
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)
-