Last active
October 9, 2018 10:09
-
-
Save peeraponggg/c8303a4ee29695e3aa9fac0569bbe2dc 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 | |
*** Test Cases *** | |
กรณีไม่ใช้ 4 คำสั่งใน Settings | |
Open Browser ${URL_GOOGLE} ${BROWSER} | |
Input Text id = search robotframework | |
Click Element id = btn-search | |
Close Browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment