org.openqa.selenium
Class SeleneseCommandExecutor

java.lang.Object
  extended by org.openqa.selenium.SeleneseCommandExecutor
All Implemented Interfaces:
CommandExecutor

public class SeleneseCommandExecutor
extends Object
implements CommandExecutor


Constructor Summary
SeleneseCommandExecutor(CommandProcessor processor)
           
SeleneseCommandExecutor(Selenium instance)
           
SeleneseCommandExecutor(URL seleniumServer, URL remoteAddress, Capabilities capabilities)
           
 
Method Summary
 void addCommand(String methodName, SeleneseFunction command)
           
 Response execute(Command command)
           
 Selenium getWrappedSelenium()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleneseCommandExecutor

public SeleneseCommandExecutor(URL seleniumServer,
                               URL remoteAddress,
                               Capabilities capabilities)

SeleneseCommandExecutor

public SeleneseCommandExecutor(CommandProcessor processor)

SeleneseCommandExecutor

public SeleneseCommandExecutor(Selenium instance)
Method Detail

getWrappedSelenium

public Selenium getWrappedSelenium()

execute

public Response execute(Command command)
Specified by:
execute in interface CommandExecutor

addCommand

public void addCommand(String methodName,
                       SeleneseFunction command)


Copyright © 2011. All Rights Reserved.