Releases: FelipeSantos-cco/vision
The start of VisionAutomation
✨ The Vision Automation Project is Open! 🥳
The Context and the Problem 😨
The VisionAutomation project is focused on using tools such as PyAutoGui for automation and RPA. Recently, there have been many web pages that use increasingly intelligent captchas that don't even load the page when they suspect a driver is being used, for example the one commonly used for web automation, Selenium. I came across a scenario like this when carrying out an important automation. All attempts with Beautiful Soup, Selenium and others were unsuccessful, because the bot being developed was stopped by the existing captchas.
Solution 🤓
The solution found was to manipulate the screen to such an extent that it actually simulated the user using the system. So I put together this computer vision project and applied it to the main project.
If you want to know more and how to use it, take a look at the project's readme. Also, when using VisionAutomation you'll see that each method is using a very detailed Doc String.😎