com.hp.lft.sdk.uiapro

Interface ScrollItemPattern

Supported in UFT Developer version 24.2 and later

UIA Pro is supported as a technical preview.



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

      Modifier and TypeMethod and Description
      voidscrollIntoView()
      Scrolls the content area in order to display the control within the visible region of the container.
    • Method Detail

      • scrollIntoView

        void scrollIntoView()
                     throws GeneralLeanFtException
        Scrolls the content area in order to display the control within the visible region of the container.
        Throws:
        GeneralLeanFtException - if error occurs during execution.