Class Grid

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

public class Grid extends Object
  • Constructor Details Link icon

  • Method Details Link icon

    • getUri Link icon

      public URI getUri()
    • getVersion Link icon

      public String getVersion()
    • getNodes Link icon

      public List<Node> getNodes()
    • getNodeCount Link icon

      public int getNodeCount()
    • getSessionCount Link icon

      public int getSessionCount()
    • getTotalSlots Link icon

      public int getTotalSlots()
    • getMaxSession Link icon

      public int getMaxSession()
    • getSessionQueueSize Link icon

      public int getSessionQueueSize()
    • getSessionQueueRequests Link icon

      public List<String> getSessionQueueRequests()
    • getSessions Link icon

      public List<Session> getSessions()