first init project code
This commit is contained in:
17
02-Keyword/tsg_ui/Logout/Logout.robot
Normal file
17
02-Keyword/tsg_ui/Logout/Logout.robot
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user