kkepankimcahnjamnimeijpplgjpmdpp
OpenBots extension for browser communication This extension helps OpenBots Studio users to communicate with chrome through native messaging for performing web automations. When the chrome application is launched, this extension starts/communicates with chrome native server (built in c#) to allow the client application (OpenBots Studio) to send/recieve messages to/from this extension via chrome native server. OpenBots studio requests the extension to perform following actions on web pages: 1) Click Web Element 2) Set Text 3) Get Text 4) Get HTML Table 5) Get HTML Attributes (id, name, class, xpath) 6) Scroll To Web Element 7) Set/Get DropDown Value
Microbots AI Platform
This extention allows to build automations using plain language. It is powered by GTP-3.5 and GPT4 models. Introducing the pioneering Microbots AI Platform Extension, a tool designed to revolutionize automation development by leveraging the power of AI, Open Source, and pro-code technologies. This extension was developed to extend the benefits of ChatGPT to automation developers. Microbots AI Platform is a non-commercial initiative aiming to be an AI experiment showing how automation development may look like in the future. The Microbots AI Platform Extension is an innovative browser add-on for Chrome and Edge. It works by streamlining the HTML code of a webpage, omitting information irrelevant to automation, and building precise prompts sent to GPT model. The AI subsequently returns a fully functional automation that typically functions right out of the box. By default, the extension generates solutions in Puppeteer, but the programming language can be adjusted in the prefix for Python Selenium or others as desired. Additionally, the extension incorporates a "Fix the Code" feature, allowing users to input new commands or error codes to facilitate code correction. It also offers a Code Notepad for the input of intermediate code when necessary. An important note: To operate the extension, users will need an OpenAI API key. This can be acquired by creating an account on the OpenAI portal (https://platform.openai.com/) and registering a credit card. Although ChatGPT 4 requires users to join a waiting list, the ChatGPT 3.5 model is immediately available, faster, cheaper, and perfectly adequate for this purpose. A single query generated by the extension may incur a cost ranging from $0.01 to $0.10 USD for the GPT 3.5 model and between $0.1 to $1 USD for a query to the GPT 4 model, so please mind these cost while using the tool. By default, the extension generates solutions in Puppeteer, but the programming language can be adjusted in the prefix for Python Selenium or others as desired. Additionally, the extension incorporates a "Fix the Code" feature, allowing users to input new commands or error codes to facilitate code correction. It also offers a Code Notepad for the input of intermediate code when necessary. The Microbots AI Platform Extension empowers users to automate processes up to ten times faster, based merely on a list of steps or process description. Through this extension, we envisage a future where the role of the developer might be drastically minimized or eliminated, accelerating the process of automation. Join us in this journey and let the AI revolution begin. Your feedback and experience with the tool are invaluable, so we encourage you to share your thoughts. The download link is available in the description. Terms of Use: By initiating the installation of this tool, you hereby consent to the ensuing terms and conditions of use. The "Microbots AI Platform Extension", hereinafter referred to as the "Extenstion" is provided to users free of charge, but it requires OpenAI API key, which can be aquired from the OpenAI platform https://platform.openai.com/. Please note that the OpenAI API key is not bundled with this tool and therefore expected to be provided by the user. Any expenses incurred in relation to OpenAI are the sole responsibility of the user of the extension. OpenAI API Key will be stored in the Local Storage of the browser. Will not be transferred outside of the browser or your local machine and will be used solely to send requests to OpenAI servers. The Microbots AI Platform Extension is delivered to you on an "as is" basis and carries no warranties or guarantees of any kind. By proceeding with the installation, you acknowledge and accept these terms in full.
alfaRPA Studio Browser Automation
Boost your automation capabilities effortlessly. Streamline tasks with alfaRPA Studio's expanded features. alfaRPA Studio Browser Automation is a cutting-edge Robotic Process Automation (RPA) tool designed to streamline and automate your daily tasks directly from your Chrome browser. alfaRPA Studio Browser Automation offers a user-friendly interface and powerful automation capabilities, enabling users to build, deploy, and manage automation workflows with ease. alfaRPA Studio Browser Automation is an advanced Robotic Process Automation (RPA) tool tailored for capturing web elements and obtaining their details, including XPath, directly from your Chrome browser. Designed for efficiency and ease of use, alfaRPA Studio Browser Automation simplifies the process of web automation, making it an essential tool for developers and automation enthusiasts. Effortless Element Capture: alfaRPA Studio Browser Automation lets you visually select elements on web pages. No coding required! Rich Element Details: Get comprehensive information about captured elements, including XPath, ID, class names, and other attributes. This makes scripting your automations a breeze. Automate More Than Clicks: alfaRPA Studio Browser Automation goes beyond simple clicks and keystrokes. Automate complex interactions like form filling, data extraction, and more, similar to openRPA. User-Friendly Interface: alfaRPA Studio Browser Automation intuitive design makes it easy to use, even for users without programming experience. Boost Your Productivity: Eliminate repetitive tasks and free yourself from manual clicking and form filling. Focus on what matters most - alfaRPA Studio Browser Automation, can streamline your workflow and significantly improve your efficiency.
Programming Browser: Web Automation Toolkit
Programming Browser is a web automation tool that allows you to automate any task on the web. It's similar to selenium automation. But with a drag and drop programmable interface. You do not have know programming to use Programming Browser, every block explain itself. What can you automate? Pretty much you can automate anything on the web, if you see something that repeat alot of times on your browser, you can use Programming Browser to do it for you. Programming Browser is faster than any human, so your automation will be compete much faster. After you created a script on Programming Browser you can create a shortcut for your script and run the automation with just one tap. - Drag and drop programmable interface - Create shortcut for each script - Import and export your Programming Browser script (you can write once and share the script to a new device) - Flexible programming language
AuTomato - Easy E2E tests and web automation
Automate your web tasks or make E2E testing easier just by recording your web interaction AuTomato helps you to record your web interactions and export these recordings as Playwright or Puppeteer Javascript code. You can also replay the recordings to automate web tasks. Edit the events of your recorded web interactions inside the extensions popup and setup the javascript events you want to be recorded. But if you want to track "locked" events, like for example "pointerover" or "pointerout", you need to hold the alt-key during capturing these events (its just because a few events are fired too often, so it would make no sense to track them all). The tracking of assertions is already enabled but is not completely finished yet. Successfully tracked recordings can also be replayed in a new browser window, to give you the opportunity to visually check your recording. Please help me to improve the extension so feel free to contact me for critics, bug reports and feature requests. - When having the same event with the same css-selector, usually happening successively, it is now possible to replace the event chain by one event of this group. You can find this action while recording an automation, while replaying a recording or inside the popup recording details page. - It is now possible to run a recording replay within the same browser window. - It is also now possible to rerun a recording replay multiple times with the same settings. - Playwright: Tested with the latest version 1.45.0 - Puppeteer: Tested with the latest version 22.12.0 and fixed a minor bug while using variables. - Cypress: Tested with the latest version 13.12.0. - Its now possible to define variables within an input value by wrapping the variable name in curly braces. For example {{variable_example}}. More possibilities to define variables will follow with the next updates. - Before running the replay of a recording its now possible to reset the browser settings. - Fixed a few replay bugs - Playwright: added variables support and tested with the latest version 1.40.1 - Puppeteer: added variables support and tested with the latest version 21.6.1. - Cypress: added variables support and tested with the latest version 13.6.1. Also fixed a few export bugs. - Updated and fixed Playwright script for iFrames and popups (tested with version 1.32.3) - Updated and fixed Puppeteer script for iFrames and popups (tested with version 19.11.0) - Updated and fixed Cypress script for iframes (tested with version 12.10.0) - Refactored iFrame handling and added support to popups. - In replay mode you can now edit events during the replay. Version 0.1.0: - Tracking multiple javascript events: scroll, click, dblclick, pointerdown, pointerup, pointerenter, pointerleave, pointerout, pointerover, keydown, keypress, keyup (Most the events are disabled per default, so you need to enable them inside the popup settings page) - Edit, delete and replay recordings. - Delete recording events (Editing recording events is not implemented yet) - Recordings export as Puppeteer or Playwright JS code - Pause a recording to be able to track assertions (Press the alt-key + Click on a HTML element during the recording is paused). Version 0.1.2 + 0.1.3: - Minor CSS and Code Bug Fixes Version 0.1.1: - Assertions and Events are now (partially) editable. - CSS-Selector settings are now also editable. That gives the possibility to optimize your css selector strings.