Created
August 31, 2016 19:28
-
-
Save aaltat/80983b57fc5ba586608fc3239f4b8e3e to your computer and use it in GitHub Desktop.
This file contains hidden or 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 Selenium2Library | |
Library example.py | |
*** Test Cases *** | |
Example | |
Open Browser https://www.google.fi/ browser=gc | |
Check Text Google | |
[TEARDOWN] Close Browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment