11-08-20 09:58 PM
Answered! Go to Answer.
12-08-20 12:48 AM
HI Ruku,
Ideally, it doesn't harm to have a time-out or "Check-Exists" stage at the beginning and end of a page in an object.
The idea is, when it's used in the end you're ensuring that you've navigated to or landed on the right page after performing some button clicks or launch operations.
By having it at the start of each page, the timeout/check-exists stage will ensure that you're starting at the right page or if there's some button you need to click, if it exists on that page. if yes, then all is well. if not then it times out gracefully right at the beginning without proceeding on what can be a wasted effort.
In case of including it on the Launch page, you can use this Time-out stage to check if you're already on the HomePAge and if that returns a true you don't have to go ahead and launch the application. Can save the bot those couple mins of effort. This logic usually helps when you're dealing with a continuously running automations and need to have target applications open constantly.
hope this helps.
12-08-20 12:48 AM
HI Ruku,
Ideally, it doesn't harm to have a time-out or "Check-Exists" stage at the beginning and end of a page in an object.
The idea is, when it's used in the end you're ensuring that you've navigated to or landed on the right page after performing some button clicks or launch operations.
By having it at the start of each page, the timeout/check-exists stage will ensure that you're starting at the right page or if there's some button you need to click, if it exists on that page. if yes, then all is well. if not then it times out gracefully right at the beginning without proceeding on what can be a wasted effort.
In case of including it on the Launch page, you can use this Time-out stage to check if you're already on the HomePAge and if that returns a true you don't have to go ahead and launch the application. Can save the bot those couple mins of effort. This logic usually helps when you're dealing with a continuously running automations and need to have target applications open constantly.
hope this helps.
12-08-20 05:33 AM