org.openqa.selenium.remote
Class Command
java.lang.Object
org.openqa.selenium.remote.Command
public class Command
- extends java.lang.Object
|
Constructor Summary |
Command(SessionId sessionId,
Context context,
java.lang.String methodName,
java.lang.Object... parameters)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Command
public Command(SessionId sessionId,
Context context,
java.lang.String methodName,
java.lang.Object... parameters)
getSessionId
public SessionId getSessionId()
getContext
public Context getContext()
getMethodName
public java.lang.String getMethodName()
getParameters
public java.lang.Object[] getParameters()
Copyright © 2009. All Rights Reserved.