Hey all - I’m trying to run a bot unattended through Orchestrator and a VM. It involves login part where I have to scrape a captcha and use it to login.
This method works with google OCR and runs perfectly through attended mode and on the VM.
But errors out when I run the bot through Orchestrator in unattended mode on the VM.
Does the VM account have the same screen resolution as your machine? One thought is if the resolution of the VM is so low that it is getting a poor image capture of the captcha. You could add some log messages to log what the OCR is returning.