com.hp.lft.sdk.uiapro

Class UiObjectBaseDescription.Init<T extends UiObjectBaseDescription.Init<T>>

Supported in UFT Developer version 24.2 and later

UIA Pro is supported as a technical preview.

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • height

        public T height(Integer height)
      • processName

        public T processName(String processName)
      • processId

        public T processId(Integer processId)
      • keyboardFocus

        public T keyboardFocus(Boolean hasKeyboardFocus)
      • enabled

        public T enabled(Boolean isEnabled)
      • keyboardFocusable

        public T keyboardFocusable(Boolean isKeyboardFocusable)
      • offScreen

        public T offScreen(Boolean isOffScreen)
      • password

        public T password(Boolean isPassword)
      • status

        public T status(String status)
      • acceleratorKey

        public T acceleratorKey(String acceleratorKey)
      • accessKey

        public T accessKey(String accesskey)
      • automationId

        public T automationId(String automationId)
      • controlType

        public T controlType(String controlType)
      • frameworkId

        public T frameworkId(String frameworkId)
      • supportedPatterns

        public T supportedPatterns(String[] supportedPatterns)
      • nativeClass

        public T nativeClass(String nativeClass)