org.openqa.selenium.remote.server.xdrpc
Class CrossDomainRpc
java.lang.Object
org.openqa.selenium.remote.server.xdrpc.CrossDomainRpc
public class CrossDomainRpc
- extends Object
A cross-domain RPC that specifies a command to execute in the WebDriver
wire protocol.
- See Also:
-
WebDriver Wire Protocol
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrossDomainRpc
public CrossDomainRpc(String method,
String path,
String data)
- Creates a new RPC.
- Parameters:
method
- The method for the desired command.path
- The path for the command resource.data
- The raw data associated with the command.
getMethod
public String getMethod()
getPath
public String getPath()
getData
public String getData()
getDataReader
public Reader getDataReader()
Copyright © 2012. All Rights Reserved.