|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Command.getSessionId()
|
SessionId |
RemoteWebDriver.getSessionId()
|
Methods in org.openqa.selenium.remote with parameters of type SessionId | |
---|---|
protected void |
RemoteWebDriver.log(SessionId sessionId,
String commandName,
Object toLog,
RemoteWebDriver.When when)
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |