org.openqa.selenium.remote
Class HttpCommandExecutor

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

public class HttpCommandExecutor
extends java.lang.Object
implements CommandExecutor


Constructor Summary
HttpCommandExecutor(java.net.URL addressOfRemoteServer)
           
 
Method Summary
 Response execute(Command command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCommandExecutor

public HttpCommandExecutor(java.net.URL addressOfRemoteServer)
                    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

execute

public Response execute(Command command)
                 throws java.lang.Exception
Specified by:
execute in interface CommandExecutor
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.