I have a Find Element activity with a dynamic selector:
Once the element is found I click that using Click activity.
This works at times but leads to Activity Timeout exceeded error. I haven’t mentioned Timeout property.
Is there any other approach to handle dynamic clicking?
Thanks in advance!