Class Grid

java.lang.Object
org.openqa.selenium.grid.graphql.Grid

public class Grid extends Object
  • Constructor Details

  • Method Details

    • getUri

      public URI getUri()
    • getVersion

      public String getVersion()
    • getNodes

      public List<Node> getNodes()
    • getNodeCount

      public int getNodeCount()
    • getSessionCount

      public int getSessionCount()
    • getTotalSlots

      public int getTotalSlots()
    • getMaxSession

      public int getMaxSession()
    • getSessionQueueSize

      public int getSessionQueueSize()
    • getSessionQueueRequests

      public List<String> getSessionQueueRequests()
    • getSessions

      public List<Session> getSessions()