Hello…
How to write the condition in “if” block to check whether the login is successful or not-successful? would you please suggest how to write it.
HI
welcome to uipath community
use ELEMENT EXISTS or IMAGE EXISTS activity where we can choose any element from the page next after logging in
–which will give us a boolean variable named bool_exists
–now use a IF condition and mention like this
bool_exists = True
if true the elemennt exists and you have logged in successfully which will take us to THEN part where we can keep our remaining set of sequence or it will go to ELSE part where we need to use DELAY ACTIVITY with some timestamp till it gets logged in
hope this would help you
Cheers @SPandare
Hello Palaniyappan…
Thanks for the quick reply…will check and inform you very soon…Thank you
Cheers @SPandare
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.