anatar02
14 years agoContributor
How to wait and verify?
Hi all,
wanted to verify and wait until the expected text to load into the screen. so some one could please tell me which command i have to use it, i had tried with lots of the commands but did not feel that i am on the right way.
I have tried with below one and its always give a passed result even i give false or true.
Aliases["Admin"]["MainForm"]["ribbon"]["WaitProperty"]("StatusBar|Log Out",false,60000)
or
the below one is always giving the pass result even after giving the wrong text?
Aliases["Admin"]["MainForm"]["ribbon"]["WaitTextObject"]("StatusBar|Log Out") ;
wrong on
Aliases["Admin"]["MainForm"]["ribbon"]["WaitTextObject"]("StatusBar|Logjsxh") ;
wanted to verify and wait until the expected text to load into the screen. so some one could please tell me which command i have to use it, i had tried with lots of the commands but did not feel that i am on the right way.
I have tried with below one and its always give a passed result even i give false or true.
Aliases["Admin"]["MainForm"]["ribbon"]["WaitProperty"]("StatusBar|Log Out",false,60000)
or
the below one is always giving the pass result even after giving the wrong text?
Aliases["Admin"]["MainForm"]["ribbon"]["WaitTextObject"]("StatusBar|Log Out") ;
wrong on
Aliases["Admin"]["MainForm"]["ribbon"]["WaitTextObject"]("StatusBar|Logjsxh") ;