org.openqa.selenium.firefox
Class Command

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

public class Command
extends java.lang.Object


Constructor Summary
Command(org.openqa.selenium.firefox.Context context, java.lang.String commandName, java.lang.Object... parameters)
           
Command(org.openqa.selenium.firefox.Context context, java.lang.String elementId, java.lang.String commandName, java.lang.Object... parameters)
           
 
Method Summary
 java.lang.String getCommandName()
           
 org.openqa.selenium.firefox.Context getContext()
           
 java.lang.String getElementId()
           
 java.lang.Object[] getParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command(org.openqa.selenium.firefox.Context context,
               java.lang.String commandName,
               java.lang.Object... parameters)

Command

public Command(org.openqa.selenium.firefox.Context context,
               java.lang.String elementId,
               java.lang.String commandName,
               java.lang.Object... parameters)
Method Detail

getContext

public org.openqa.selenium.firefox.Context getContext()

getElementId

public java.lang.String getElementId()

getCommandName

public java.lang.String getCommandName()

getParameters

public java.lang.Object[] getParameters()


Copyright © 2009. All Rights Reserved.