Difference between Retry Scope and Find Element

Hi everyone,

I’m so much confused with Retry Scope and Find Element.

And which one to choose it to click an element

Thanks for ur help

Hi,

Both are different purpose, for example, as the following.

If there is possibility to timeout for click before the target element appears, using FindElement in advance will be helpful.

If there is possibility to fail to click for some reason, it’s better to to use RetryScope activity.

We can also use both at the same time in some cases.

Regards,

1 Like

@saritha

You can use Click activity and indicate specified element to click on it. Is the element always appear on the screen the one you want to click on it ?

Find Element - It will look for specified element existing or not in the page. If it exists then it will return output as UiElement.

Thanks for ur reply.

Will keep it in my mind…

1 Like

Thanks Lakshman for ur reply.

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