Class DefaultSlotSelector

  • All Implemented Interfaces:
    SlotSelector

    public class DefaultSlotSelector
    extends java.lang.Object
    implements SlotSelector
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<SlotId> selectSlot​(org.openqa.selenium.Capabilities capabilities, java.util.Set<NodeStatus> nodes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSlotSelector

        public DefaultSlotSelector()
    • Method Detail

      • selectSlot

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