Interface DriverSessions
-
public interface DriverSessions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Session
get(org.openqa.selenium.remote.SessionId sessionId)
java.util.Set<org.openqa.selenium.remote.SessionId>
getSessions()
-
-
-
Method Detail
-
get
Session get(org.openqa.selenium.remote.SessionId sessionId)
-
getSessions
java.util.Set<org.openqa.selenium.remote.SessionId> getSessions()
-
-