So here is my issue, my macro makes an account, and while I am not savy enough to teach it how to solve CAPCHA, I do want to know how I can establish steps to clear the cookie cache if my macro is blocked, but carry on if not. How would I do this? What I am asking is for one of the first steps in the program to look and see if the page is blocked, and if it is blocked, then clear cookies, and refresh the page, and create my account. Will anyone share insight on this?
RPA can do this. In a nutshell, you need to check for an image or text to change if the captcha was filled out correctly. Otherwise run deleteAllCookies command.