HttpCommandProcessor CreateWebRequest Method WebDriver
Builds an HTTP request based on the specified remote Command

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public virtual WebRequest CreateWebRequest(
	IRemoteCommand command
)

Return Value

an HTTP request, which will perform this command
See Also