ClassCodedStepAttribute
Class
Attribute placed on a coded automation step in the code behind of a test.
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public class CodedStepAttribute : Attribute, _Attribute
Inheritance: objectAttributeCodedStepAttribute
Implements:
Inherited Members
Constructors
CodedStepAttribute(string)
Create a new coded step attribute.
Declaration
cs-api-definition
public CodedStepAttribute(string description)
Parameters
description
The description of this step.
Properties
ConnectToPopup
Gets / Sets whether this step connects to a popup
Description
Gets the description of the step.
RequiresSilverlight
Gets or sets whether this coded step requires Silverlight automation to be enabled.