Creates a web request for your command
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public HttpWebRequest CreateWebRequest( Uri baseUri, Command commandToExecute )
Parameters
- baseUri
- Type:
System Uri
Uri that will have the command run against
- commandToExecute
- Type: OpenQA.Selenium.Remote Command
Command to execute
Return Value
A web request of what has been runSee Also