org.openqa.selenium.remote
Class Command

java.lang.Object
  extended by 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)
           
 
Method Summary
 Context getContext()
           
 java.lang.String getMethodName()
           
 java.lang.Object[] getParameters()
           
 SessionId getSessionId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command(SessionId sessionId,
               Context context,
               java.lang.String methodName,
               java.lang.Object... parameters)
Method Detail

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.