cancel
Showing results for 
Search instead for 
Did you mean: 

How to use IF ELSE statement for Webpage Objects

NiteshMishra
Level 3
I want to perform some operations based on existence of an "Object" on "HTML Page". e.g Let's say I want to put Password if Password field exists on the page. Please let me know how to do the same?
3 REPLIES 3

John__Carter
Staff
Staff
Use a Wait stage with the Check Exists condition. Either have a Wait with 2 conditions (Check Exists = True and Check Exists = False), or have only 1 condition and use the Wait timeout as the ELSE path.

NiteshMishra
Level 3
Thanks John! I did the same, but wanted to know if there is any specific stage to use IF ELSE Statement?? If No are we planning to add the same to the upcoming features/version of Blueprism?

Denis__Dennehy
Level 15
I'm not sure of the requirement for ""IF ELSE"" is - the Wait and Decision stages in the Blue Prism flow provide exactly that functionality - or am I missing something?