In cases where the “Verify you are human” checkbox may or may not appear
i have used click function to resolve it but sometimes it makes an error because may not appear.
If the click checkbox is not detected, I want to proceed on to the next phase without any errors.
Use the check app state activity and indicate the check box element, inside target appear block insert the Click or check/uncheck activity to click on it. In Target not appear block insert a log message and give Human validation check box doesn’t exist.
By using check app state activity, it will check the check box is exist or not.
If exist then it will execute the activities inside the Target appear block or else it will execute the log message activity inside of it then you will get to know by the seeing the logs the Human validation check box not exist.
Hope it helps!!
@oussamaayari2014 , Simply use in the click activity
continue on error property to true ,
if it exits it will click if it doesnt exits it will not throw any error and simply moves to next step in process
and also make sure u reduce the timeout so that default of 30 sec wait time if elemnt not found can be reduced
Use image for ref
Regards
Sandy
Hi @oussamaayari2014 , if issue resolved please close the loop by marking as solution .