Skip to main content
Ground Control | Tier 1
June 27, 2022
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?

  • June 27, 2022
  • 2 replies
  • 105 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

    Navigator | Tier 3
    June 27, 2022

    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

    Anurag10
    Cadet | Tier 2
    June 27, 2022

    here you can try elseif condition...

    give it a try