Class DefaultSlotSelector
java.lang.Object
org.openqa.selenium.grid.distributor.selector.DefaultSlotSelector
- All Implemented Interfaces:
SlotSelector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SlotSelectorselectSlot(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:
selectSlotin interfaceSlotSelector
-