How do I validate the element is visible
This example demonstrates validating the visibility of an element.
In the solution shown below, you will see that the visibility of Worksoft SaaS logo is being validated after launching HICC using "assertVisible" command.
Solution:
# | Command | Target | Value |
---|---|---|---|
Validating the visibility of Worksoft SaaS logo | |||
1 | assertVisible | id=eureqalogo |
Tips, Tricks, Gotchas & Best Practices:
-
As an alternative, you are encouraged to use verifyVisible or waitForVisible commands to validate the visibility.