This article presents an overview of the capabilities of the Microbots AI Chrome extension, which integrates with GPT to enable various types of automations. The extension allows users to build automations such as test automation, process automation, and web crawlers based on a list of steps in plain language.
The article begins by explaining the need for the extension. While UI automation scripts generated by GPT may not work out of the box due to incorrect selectors or logic, Microbots AI solves this problem by getting the HTML code of the web page, clearing it, and adding it to the prompt automatically. Users can edit the prefix and suffix of the prompt, and the code can be generated in any programming language.
The article then provides a step-by-step guide on how to automate web processes using the extension. It recommends starting with opening the web page and adding actions like typing or clicking. The article also highlights the cost of queries and the efficiency of GPT 3.5.
Next, the article demonstrates how to automate specific steps, such as retrieving values from the web page. It shows how to generate code snippets and replace hard-coded values with function arguments. The article also explains how to convert selectors to an application model in JSON format, saving time and improving code organization.
The article further explores the option of generating code in Python using Selenium automation. It emphasizes that even non-developers can benefit from Microbots AI by asking GPT to explain the code, providing a learning opportunity.
In conclusion, the article highlights the efficiency gain of using Microbots AI and encourages readers to try the extension for a new programming experience. It emphasizes that while GPT may not be perfect, it can be a valuable programming assistant when combined with tools like Microbots AI.
Thank you for reading and stay tuned for more updates!