Uses of Class
org.openqa.selenium.grid.data.SessionRequestCapability
-
Packages that use SessionRequestCapability Package Description org.openqa.selenium.grid.sessionqueue org.openqa.selenium.grid.sessionqueue.local org.openqa.selenium.grid.sessionqueue.remote -
-
Uses of SessionRequestCapability in org.openqa.selenium.grid.sessionqueue
Methods in org.openqa.selenium.grid.sessionqueue that return types with arguments of type SessionRequestCapability Modifier and Type Method Description abstract java.util.List<SessionRequestCapability>
NewSessionQueue. getQueueContents()
-
Uses of SessionRequestCapability in org.openqa.selenium.grid.sessionqueue.local
Methods in org.openqa.selenium.grid.sessionqueue.local that return types with arguments of type SessionRequestCapability Modifier and Type Method Description java.util.List<SessionRequestCapability>
LocalNewSessionQueue. getQueueContents()
-
Uses of SessionRequestCapability in org.openqa.selenium.grid.sessionqueue.remote
Methods in org.openqa.selenium.grid.sessionqueue.remote that return types with arguments of type SessionRequestCapability Modifier and Type Method Description java.util.List<SessionRequestCapability>
RemoteNewSessionQueue. getQueueContents()
-