SendKeysAction Constructor (UITechnologyElement)

 

Initializes a new instance of the SendKeysAction class by using the provided UI element.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

public SendKeysAction(
    UITechnologyElement element
)
public:
SendKeysAction(
    UITechnologyElement^ element
)
new : 
        element:UITechnologyElement -> SendKeysAction
Public Sub New (
    element As UITechnologyElement
)

Parameters

Remarks

Send keys is not available for analog test recording.

See Also

UITechnologyElement
SendKeysAction Overload
SendKeysAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top