Force a Media Manager logout and log back in everytime
This commit is contained in:
@@ -117,6 +117,11 @@ if(Status){
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
; Click on logout button to force a logout. Sometimes the page shows logged in even though cookies have expired?
|
||||||
|
Xpath = //span[contains(text(),'Logout')]
|
||||||
|
Status := Selenium_LoopToClickXpath(Xpath:=Xpath,NumOfLoops:=2,SleepLength:=1000)
|
||||||
|
|
||||||
|
|
||||||
Message = Logging in
|
Message = Logging in
|
||||||
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile")
|
SaveOrPostProgress(Message:=Message,PostType:="Tooltip,ErrorLoggingTextFile")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user