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.data
Methods in org.openqa.selenium.grid.data that return SlotIdConstructors in org.openqa.selenium.grid.data with parameters of type SlotId -
Uses of SlotId in org.openqa.selenium.grid.distributor
Methods in org.openqa.selenium.grid.distributor with parameters of type SlotIdModifier and TypeMethodDescriptionboolean
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 SlotIdModifier and TypeMethodDescriptionDefaultSlotSelector.selectSlot
(org.openqa.selenium.Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) SlotSelector.selectSlot
(org.openqa.selenium.Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher)