org.openqa.selenium.firefox
Class Command
java.lang.Object
org.openqa.selenium.firefox.Command
public class Command
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.