Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
SendKeysAction(
	UITechnologyElement^ element
)

Parameters

element
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyElement^

A UITechnologyElement object that represents the element on which the keys are sent.

Send keys is not available for analog test recording.

Return to top
Show: