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.

UITechnologyElement::IsInteractable Method ()

 

Checks if the element is visible and interactable at this instance.

The plugins should overload this generic implementation to be more accurate and performant.

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

public:
virtual Nullable<bool> IsInteractable()

Return Value

Type: System::Nullable<Boolean>

It can return null, if it cannot decide for sure.

Return to top
Show: