com.hp.lft.sdk

Interface WaitUntilVisibleProvider

    • Method Detail

      • waitUntilVisible

        boolean waitUntilVisible()
                          throws GeneralLeanFtException
        Waits until this test object becomes visible or until 20 seconds elapse.
        Returns:
        true if the object became visible within 20 seconds, otherwise false.
        Throws:
        GeneralLeanFtException - if error occurs during execution
      • waitUntilVisible

        boolean waitUntilVisible(int totalTimeOutInMilliseconds)
                          throws GeneralLeanFtException
        Waits until this test object becomes visible or until the specified timeout elapses.
        Parameters:
        totalTimeOutInMilliseconds - the time (in milliseconds) to wait until the test object becomes visible.
        Returns:
        true if the object became visible before the specified timeout, otherwise false.
        Throws:
        GeneralLeanFtException - if error occurs during execution