Browserflow - Web Scraping & Web Automation
Automate your work on any website.
Extension for automating chromium browser, Create project -> Record -> Edit Automation -> Manage -> Play (MV3)
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
1. CBA gives ability to setup step-by-step code injections from the Extensions popup interface.
2. Record user interactions while navigating web pages (filling forms, clicking buttons, hyperlinks and smart algorithms for DOM element path calculations).
3. Save Projects in your browser's local storage.
4. Step by step code injection.
5. Import, export and share projects with collaborators.
6. Extensions ready functions now available.
Inspect the latest comments and rating distribution.
Store average score: 3.5. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Automate your work on any website.
Build bots with no-code, code them, or describe them to Claude. Axiom runs on our cloud or your machine.
Selenium IDE alternative to record and export Selenium scripts. With reports & screenshots. Fast & open-source.
Task and UI test automation with Computer Vision/OCR. Ui.Vision combines browser automation and desktop automation.
Record and replay in your browser.
Ghost Inspector extension for recording automated website tests in your browser
не работает импорт готовых решений от других пользователей в остальном - полезная прога
After being very frusterated with imacros, this solved my automation problem without a hitch.
A very easy tool to use to automate some simple tasks. It makes is easy to do repetitive tasks like webpage login and button clicking. I wish there were more documentation. I would like to be able to start chrome running a CBA script from a cron job but I haven't found a way to do this.
Can you explain this script? ``` /* * Event of clicking on input type submit and button */ $("input[type=submit], input[type=image]").live('click', function(obj) { if((ifFacebook == true)&&($(this).attr("class") == "hidden_elem")) return; if((ifFacebook == true)&&($(this).val() == "Post")) { sendmsg(".submitBtn input", "click",''); return; } if((this == $("[value='Log In'][type='submit']")[0])&&(ifFacebook==true)) { // FB LOG IN sendmsg("[value='Log In'][type='submit']", "submit-click",''); } else { sendmsg(getPath(this), "submit-click",''); } //console.log(getPath(this)); // console.log($(getPath(this))[0]); }); ``` I am very worried since I see a "isFacebook" flag in your script. I haven't had time to go into the script, but this makes me feel very very uncomfortable.
Не работает :(
Не работает (или отсутствует) функция копирования готового проекта JSON (или .js). Хотелось бы чтобы было возможно с легкостью загружать с компьютера готовые скрипты (коды) и запускать в расширении. Также по возможности было бы лучше, если можно будет импортировать готовые записи действий на компьютер в формате 'txt' или 'js'. Спасибо. Надеюсь в ближайшее время разработчики пойдут на встречу. А так, расширение супер.
Нужно
I followed the steps for importing code, doesn't work. In general, terrible interface, poorly developed, terrible explanations on their website, no messages on actions, basically unusable.
No image reorganization
Great concept, but simply does not work on the locally developed site I wanted it for. It does not record my clicks.