aboutsummaryrefslogtreecommitdiff
path: root/chrome-test.robot
blob: 4ceb6e8cadcb0e50eb7ad9b0ce7810214762d9ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*** Settings ***
Library  Selenium2Library

*** Variables ***

*** Test Cases ***
open the browser
    [Documentation]  Test program to open and close browser
    [Tags]  smoketest
    Open Browser  http://www.linaro.org  chrome
    sleep    5s
    Close Browser

*** Keywords ***