Question

When interacting with a website sometimes a popup appears and sometimes it doesn't. How can I go about building into my bot that says If this popup appears do this else do that?

  • 27 June 2022
  • 2 replies
  • 29 views

I have used IF ELSE condition but while running the flow the bot just check the if condition , if its true it execute it, but when the condition is false it does not go to else condition and gives error.

Can anyone help me out with the error,

Thank You.

 

 


2 replies

Hi @shubham kuila​ 

 

There are certain things you can give a try

  • Use Error Handler
  • Give a delay after if condition possibly this will resolve your issue
  • Use Else If action there you can define the condition

 

Thanks,

Nishanth Anbalagan

Badge +3

here you can try elseif condition...

give it a try

Reply