Find selectors

Hello friends, (@rkelchuri, @Ninett_Panfir, @Rammohan91, @balupad14, @loginerror, @MAHESH1 )

how is it posible to speed up the two checks of the presence of 2 elements inserted in the Element Exists Activity?
It takes too much time.
Is there a possibility to check the presence of two selectors in the if condition?


Thank you so much,
camilla :slight_smile:

Set the timeout condition to 1000 milliseconds or less. By default it’s on 3000 milliseconds, which means it’ll wait for 3 seconds to see if the element may appear. This is likely why it’s taking so long.

1 Like

You can use Pick activity

  • In pick branch 1, give Element Exist1 with respective action.
  • In pick branch 2, give Element Exist2 with respective action.

So which ever element exist will be processed with actions respectively.

1 Like