EdgeCommandInfo Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Provides the execution information for a WebDriverCommand.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdgeEdgeCommandInfo

Namespace:  ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public class EdgeCommandInfo

The EdgeCommandInfo type exposes the following members.

Constructors

  NameDescription
Public methodEdgeCommandInfo
Initializes a new instance of the EdgeCommandInfo class
Top
Properties

  NameDescription
Public propertyMethod
Gets the HTTP method associated with the command.
Public propertyResourcePath
Gets the URL representing the path to the resource.
Top
Methods

  NameDescription
Public methodCreateWebRequest
Creates a web request for your command
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberDeleteCommand
DELETE verb for the command info
Public fieldStatic memberGetCommand
GET verb for the command info
Public fieldStatic memberPostCommand
POST verb for the command info
Top
See Also

Reference