*** 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
log UiLogoutAndDelLocalIP
Run Keyword If ${addTestClentIPFlag}==1 DeletePage ${LocahIPName}
Logout.Logout