Uses of Class
org.openqa.selenium.remote.SessionId

Packages that use SessionId
org.openqa.selenium.remote   
 

Uses of SessionId in org.openqa.selenium.remote
 

Methods in org.openqa.selenium.remote that return SessionId
 SessionId RemoteWebDriver.getSessionId()
           
 SessionId Command.getSessionId()
           
 

Methods in org.openqa.selenium.remote with parameters of type SessionId
protected  void RemoteWebDriver.log(SessionId sessionId, String commandName, Object toLog)
          Override this to be notified at key points in the execution of a command.
 

Constructors in org.openqa.selenium.remote with parameters of type SessionId
Command(SessionId sessionId, String name)
           
Command(SessionId sessionId, String name, Map<String,?> parameters)
           
Response(SessionId sessionId)
           
 



Copyright © 2011. All Rights Reserved.