org.openqa.selenium.remote
Class HttpCommandExecutor

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

public class HttpCommandExecutor
extends Object
implements CommandExecutor


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

Constructor Detail

HttpCommandExecutor

public HttpCommandExecutor(URL addressOfRemoteServer)
Method Detail

getAddressOfRemoteServer

public URL getAddressOfRemoteServer()

execute

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

getSessionId

public static String getSessionId(String uri)


Copyright © 2012. All Rights Reserved.