ClassEdgeCommandInfo
Class
Provides the execution information for a WebDriverCommand.
Definition
Namespace:ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class EdgeCommandInfo
Inheritance: objectEdgeCommandInfo
Constructors
EdgeCommandInfo(string, string)
Initializes a new instance of the EdgeCommandInfo class
Fields
DeleteCommand
DELETE verb for the command info
GetCommand
GET verb for the command info
PostCommand
POST verb for the command info
Properties
Method
Gets the HTTP method associated with the command.
ResourcePath
Gets the URL representing the path to the resource.
Methods
CreateWebRequest(Uri, EdgeCommand)
Creates a web request for your command
Declaration
cs-api-definition
public HttpWebRequest CreateWebRequest(Uri baseUri, EdgeCommand commandToExecute)
Parameters
baseUri
Uri that will have the command run against
commandToExecute
Command to execute
Returns
A web request of what has been run