An NDoc Documented Class Library

HttpCommandProcessor.CreateWebRequest Method 

Builds an HTTP request based on the specified remote Command

public virtual WebRequest CreateWebRequest(
   IRemoteCommand command
);

Parameters

command
the command we'll send to the server

Return Value

an HTTP request, which will perform this command

See Also

HttpCommandProcessor Class | Selenium Namespace