Class DefaultSlotSelector

  • All Implemented Interfaces:
    SlotSelector

    public class DefaultSlotSelector
    extends java.lang.Object
    implements SlotSelector
    • Constructor Detail

      • DefaultSlotSelector

        public DefaultSlotSelector()
    • Method Detail

      • create

        public static SlotSelector create​(org.openqa.selenium.grid.config.Config config)
      • selectSlot

        public java.util.Set<SlotId> selectSlot​(org.openqa.selenium.Capabilities capabilities,
                                                java.util.Set<NodeStatus> nodes)
        Specified by:
        selectSlot in interface SlotSelector