Class Slot

java.lang.Object
org.openqa.selenium.grid.data.Slot
All Implemented Interfaces:
Serializable

public class Slot extends Object implements Serializable
See Also:
  • Constructor Details

    • Slot

      public Slot(SlotId id, org.openqa.selenium.Capabilities stereotype, Instant lastStarted, Session session)
  • Method Details

    • getId

      public SlotId getId()
    • getStereotype

      public org.openqa.selenium.Capabilities getStereotype()
    • getLastStarted

      public Instant getLastStarted()
    • getSession

      public Session getSession()
    • isSupporting

      public boolean isSupporting(org.openqa.selenium.Capabilities caps, SlotMatcher slotMatcher)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object