Created
November 22, 2021 20:27
-
-
Save dannyshain/7bbd8cb083a8132b40a9d52af23b585d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** Settings *** | |
Library SeleniumLibrary | |
Library EyesLibrary | |
*** Test Cases *** | |
Check the Login page | |
Open Browser https://applitools.github.io/demo Chrome | |
Eyes Open | |
Eyes Check Window DemoApp Login Fully | |
Eyes Close Async | |
Close All Browsers |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment