Builds an HTTP request based on the specified remote Command
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public virtual WebRequest CreateWebRequest( IRemoteCommand command )
Parameters
- command
- Type: Selenium IRemoteCommand
the command we'll send to the server
Return Value
an HTTP request, which will perform this commandSee Also