org.openqa.selenium.remote
Class Command

java.lang.Object
  extended by org.openqa.selenium.remote.Command

public class Command
extends Object


Constructor Summary
Command(SessionId sessionId, String name)
           
Command(SessionId sessionId, String name, Map<String,?> parameters)
           
 
Method Summary
 String getName()
           
 Map<String,?> getParameters()
           
 SessionId getSessionId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Command

public Command(SessionId sessionId,
               String name)

Command

public Command(SessionId sessionId,
               String name,
               Map<String,?> parameters)
Method Detail

getSessionId

public SessionId getSessionId()

getName

public String getName()

getParameters

public Map<String,?> getParameters()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.