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

17 lines
417 B
Plaintext
Raw Normal View History

2020-04-01 12:42:05 +08:00
*** 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
2020-05-26 19:59:56 +08:00
UiLogoutAndDelLocalIP
log UiLogoutAndDelLocalIP
DeletePage ${LocahIPName}
2020-04-01 12:42:05 +08:00
Logout.Logout