summaryrefslogtreecommitdiff
path: root/02-Keyword/tsg_ui/Logout/Logout.robot
blob: f4ea7f1f9606dfe748a52a57ed0bba4a2a80e70f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*** Settings ***
Library           Selenium2Library
Resource          ../Objects/ObjectPages.robot

*** Keywords ***
Logout
    Mouse Hover    xpath=//*[@id="app"]/div/div[1]/div[2]/div/span/div/span
    sleep    0.5
    click element    xpath=//div[@class='SignOut']
    sleep    2
    Close All Browsers

UiLogoutAndDelLocalIP
    [Arguments]    ${tempParm}
    log    UiLogoutAndDelLocalIP${tempParm}
    Objects.DeletePage    ${LocahIPName}
    Logout.Logout