Q: Hello, Python-RPA team.
I have a business case that I would like to automate with your tool. I provide a service for users who need to book hard-to-find appointments on a specific website. They pay me to find and secure the appointments for them. Here is the scenario that I want to automate:
- Python-RPA visits the given website.
- Python-RPA solves the captcha and logs in.
- Python-RPA checks for appointment availability (website monitoring).
- Python-RPA fills the appointment form with the customer data like name, date of birth, etc. if there is an available slot.
- I get notified when the appointment is booked. Is this possible to do with your tool?
Thank you for your help.

Berii_PythonRPA
May 14, 2024A: You will need to use 3rd party service to solve Captchas, for everything else - yes it is possible.

Verified purchaser
for capcha , can we have human intervene feature to input this . I saw this on your roapmap

Verified purchaser
When it will be available, yes you could use human in the loop actions for that, to let a person input captcha. For now you also can use "Wait key" activity in keyboard section, for example robot goes to the captcha -> Wait key Ctrl+Space -> Human enters captcha and presses Ctrl + Space -> robot continues it's operation,