This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/02-Keyword/tsg_ui/logout/Logout.robot
2021-02-02 15:09:33 +08:00

19 lines
576 B
Plaintext

*** Settings ***
Library Selenium2Library
Resource ../objects/ObjectPages.robot
*** Keywords ***
Logout
#Mouse Hover xpath=//*[@id="app"]/div/div[1]/div[2]/div/span/div/span
#/html/body/div[1]/div/div[1]/div[2]/div/span[2]/div/span
Mouse Hover xpath=//*[@id="user_avator"]/span
sleep 0.5
click element xpath=//div[@id='SignOut']
sleep 2
Close All Browsers
UiLogoutAndDelLocalIP
log UiLogoutAndDelLocalIP
Run Keyword If ${addTestClentIPFlag}==1 DeletePage ${LocahIPName}
Logout.Logout