- Install Robot Framework
- Install SeleniumLibrary
Last active
November 29, 2018 12:44
-
-
Save sotayamashita/a1e579e9aa3bc77de23383795c4478b7 to your computer and use it in GitHub Desktop.
Robotframework + Google Chrome (headless)
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 SeleniumLibrary | |
*** Test Cases *** | |
Main test | |
Open Browser http://www.google.com browser=Chrome | |
[Teardown] Close Browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment