Elements

I’m using element exist activity after that i need to use if activity by using condition that if element exist not found then using hotkey ctrl + end how to put condition for element not found.

Hey

can you try with the check app state activity?

left side will be the right scenario (element found)
right side will be the bad scenario (element not found)

Regards

Hi @Ak_4 you have else section there you can put steps for element not found.if condition fails,it goes to else section

Hi,

Simply add one If condition after the element exists activity & put the element exists output in the condition of if statement.
Then, you have two states then & else.
then - if element exists it will go in then
else - If element does not exist it will go in else.
Now perform what ever actions you have in else in case of failure.

Cheers,
Vishal

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.