com.hp.lft.sdk.web

Interface EditField

    • Method Detail

      • setSecure

        void setSecure(java.lang.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 an error occurs during execution.
      • submit

        void submit()
             throws GeneralLeanFtException
        When working in a Web form, simulates pressing the Enter key while the focus is on the object specified in the statement.
        Note: If the object is not part of a Web form, Submit has no effect.
        Throws:
        GeneralLeanFtException - if an error occurs during execution.