org.openqa.selenium
Class SeleneseCommandExecutor

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

public class SeleneseCommandExecutor
extends Object
implements org.openqa.selenium.remote.CommandExecutor


Constructor Summary
SeleneseCommandExecutor(com.thoughtworks.selenium.CommandProcessor processor)
           
SeleneseCommandExecutor(com.thoughtworks.selenium.Selenium instance)
           
SeleneseCommandExecutor(URL seleniumServer, URL remoteAddress, org.openqa.selenium.Capabilities capabilities)
           
 
Method Summary
 void addCommand(String methodName, SeleneseFunction command)
           
 org.openqa.selenium.remote.Response execute(org.openqa.selenium.remote.Command command)
           
 com.thoughtworks.selenium.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,
                               org.openqa.selenium.Capabilities capabilities)

SeleneseCommandExecutor

public SeleneseCommandExecutor(com.thoughtworks.selenium.CommandProcessor processor)

SeleneseCommandExecutor

public SeleneseCommandExecutor(com.thoughtworks.selenium.Selenium instance)
Method Detail

getWrappedSelenium

public com.thoughtworks.selenium.Selenium getWrappedSelenium()

execute

public org.openqa.selenium.remote.Response execute(org.openqa.selenium.remote.Command command)
Specified by:
execute in interface org.openqa.selenium.remote.CommandExecutor

addCommand

public void addCommand(String methodName,
                       SeleneseFunction command)


Copyright © 2012. All Rights Reserved.