Hi
I have an unattended robot that should be started when a user either clicks a specific link listed on a website, or it can be triggered when they reach the page they hit when clicking the mentioned URL. A time-based trigger will not work. In all my research I have found very little on this. Any solutions please?
1 Like
Hi @JacoWest, when a user clicks a specific link , he/she will be redirected to another page, you can select any distinct element of that page and try using element exists and based on the result continue the flow or alternatively you can use element triggers mentioned in screenshot below that are a part of UiAutomation activity.