com.hp.lft.sdk.uiapro

Interface SelectionItemPattern

Supported in UFT Developer version 24.2 and later

UIA Pro is supported as a technical preview.



  • public interface SelectionItemPattern
    The methods and properties used to interact with selectable items in a container.
    • Method Summary

      Modifier and TypeMethod and Description
      voidaddToSelection()
      Adds the current element to the collection of selected items.
      booleanisSelected() 
      voidremoveFromSelection()
      Removes the current element from the collection of selected items.
      voidselect()
      Deselects any selected items and then selects the current element.