com.hp.lft.sdk.powerbuilder

Interface EditField

    • Method Detail

      • select

        void select(int fromCharPos,
                    int toCharPos)
             throws GeneralLeanFtException
        Selects the specified text in the edit box.
        Note: All positions are 0-based.
        Parameters:
        fromCharPos - the character position from which the selection starts, inclusive.
        toCharPos - the character position at which the selection ends, inclusive.
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • setSecure

        void setSecure(String encryptedText)
                throws GeneralLeanFtException
        Sets the encoded value of this edit box.
        Generate the encoded value using the Password Encoder utility (CryptonApp.exe), available from the UFT Developer menu in your IDE, or from the UFT Developer installation\bin folder.
        Note: While the SetSecure method enables you to hide passwords displayed on the screen while running or editing a UFT Developer test, it is not intended to be a secure way to protect password information.

        Parameters:
        encryptedText - the encoded text.
        Throws:
        GeneralLeanFtException - if error occurs during execution