Class DefaultSlotSelector
java.lang.Object
org.openqa.selenium.grid.distributor.selector.DefaultSlotSelector
- All Implemented Interfaces:
SlotSelector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SlotSelector
selectSlot
(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher)
-
Constructor Details
-
DefaultSlotSelector
public DefaultSlotSelector()
-
-
Method Details
-
create
-
selectSlot
public Set<SlotId> selectSlot(Capabilities capabilities, Set<NodeStatus> nodes, SlotMatcher slotMatcher) - Specified by:
selectSlot
in interfaceSlotSelector
-