Uses of Class
org.openqa.selenium.grid.data.Slot
-
Packages that use Slot 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.graphql -
-
Uses of Slot in org.openqa.selenium.grid.data
Methods in org.openqa.selenium.grid.data that return types with arguments of type Slot Modifier and Type Method Description java.util.Set<Slot>
NodeStatus. getSlots()
Constructor parameters in org.openqa.selenium.grid.data with type arguments of type Slot Constructor Description NodeStatus(NodeId nodeId, java.net.URI externalUri, int maxSessionCount, java.util.Set<Slot> slots, Availability availability, java.time.Duration heartbeatPeriod, java.lang.String version, java.util.Map<java.lang.String,java.lang.String> osInfo)
-
Uses of Slot in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type Slot Modifier and Type Method Description void
GridModel. reserve(NodeStatus status, Slot slot)
-
Uses of Slot in org.openqa.selenium.grid.graphql
Constructors in org.openqa.selenium.grid.graphql with parameters of type Slot Constructor Description Session(java.lang.String id, org.openqa.selenium.Capabilities capabilities, java.time.Instant startTime, java.net.URI uri, java.lang.String nodeId, java.net.URI nodeUri, Slot slot)
-