org.openqa.selenium.remote
Class HttpCommandExecutor
java.lang.Object
org.openqa.selenium.remote.HttpCommandExecutor
- All Implemented Interfaces:
- NeedsLocalLogs, CommandExecutor
- Direct Known Subclasses:
- DriverCommandExecutor
public class HttpCommandExecutor
- extends Object
- implements CommandExecutor, NeedsLocalLogs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpCommandExecutor
public HttpCommandExecutor(URL addressOfRemoteServer)
setLocalLogs
public void setLocalLogs(LocalLogs logs)
- Specified by:
setLocalLogs
in interface NeedsLocalLogs
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.