UITest.CreateAndAddParameter Method
Include Protected Members
Include Inherited Members
Parameterizes an action and creates the parameter.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateAndAddParameter(UITestAction, String) | Parameterizes an action and creates the parameter by using the provided test action and parameter name. | |
CreateAndAddParameter(UIObject, String, String) | Parameterizes an action and creates the parameter by using the provided UI test object, property name, and parameter name. |
Top