AIT.VisualStudio.TestTools


UITestControlExtensions

Defined in AIT.VisualStudio.TestTools.CodedUI.dll.
Contains extension methods for the UITestControl class.

Static members

Static memberDescription
Click(control)
Signature: control:UITestControl -> unit
Clicks the specified control.
ClickOnFirstVisibleChild(control)
Signature: control:UITestControl -> unit
Clicks the on first visible child.
Exists(control)
Signature: control:UITestControl -> bool
Checks whether the specified control exists.
Find(container)
Signature: container:UITestControl -> 'T
Type parameters: 'T
Gets the specified control.
Find(container, automationId)
Signature: (container:UITestControl * automationId:string) -> 'T
Type parameters: 'T
Gets the specified control.
Find(container, searchProperties)
Signature: (container:UITestControl * searchProperties:PropertyExpressionCollection) -> 'T
Type parameters: 'T
Gets the specified control.
Fork me on GitHub