I’m creating a workflow in which I will be automatically clicking on unsubscribe links from mails. I want to minimize the time waiting on the link to load (We’re talking about a volume of 20 mails per run in an environment where robot runtime is scarce), but I won’t have any idea what the page looks like.
Is there a way to use an activity with the WaitForReady.Complete attribute without specifying a specific selector? (or at least one that would be valid for any arbitrary website)