CommandInfo CreateWebRequest Method WebDriver
Creates a web request for your command

Namespace: OpenQA.Selenium.Remote
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public HttpWebRequest CreateWebRequest(
	Uri baseUri,
	Command commandToExecute
)

Return Value

A web request of what has been run
See Also