Showing posts with label 网页自动化. Show all posts
Showing posts with label 网页自动化. Show all posts

Tuesday, 26 August 2025

【BrowserAutomation】 🤖📚⚡Browser Builds Knowledge Base Automatically? Automa for Beginners | 🤖⚡📚浏览器自动建知识库?Automa 手残党秒会

🌐Browse to remember, 🔍search without sweat, and 🤪laugh your way to efficiency! | 🌐浏览即记忆,🔍搜索超轻松,🤪傻瓜式操作笑翻天!

Guys! Still scrolling 10 tabs to find a webpage? Forgetting key points and redoing work? Stop it! With Chrome+Automa, get a free "web butler" that browses pages, scrapes info automatically, and builds a searchable, shareable knowledge base—beginners can master it in 10 minutes~


✅First, why it’s awesome:


Auto-scrapes info: Title/price/key points/URL, no manual copying

Builds knowledge base: Stores in a spreadsheet, find via keywords in seconds

Collaborates too: Family/colleagues view together, great for product comparison/job hunt


✅Product comparison demo (no code!):


Install Chrome+Automa extension, create Google Sheet (headers: Source/Title/Price/Key Points/URL/Date)

Add the given script to the sheet, deploy as web app to get URL

Drag Automa nodes: Paste URLs→open pages→wait for load→scrape info→send to sheet

Click run! Info goes straight to the sheet, can set auto-updates



✅3 amazing uses:


Job hunt library: Scrape requirements/salary, filter with one click

Travel library: Save visa/change policies, check quickly before departure

Study library: Collect course/paper key points, search for review


✅3 tips to avoid mistakes:


Don’t scrape too often, follow site rules

Choose stable page elements, else it’ll scrape wrong

Don’t share sensitive info, safety first


In short! Automa turns messy browsing into an efficient knowledge base, saves time with no hassle—it’s free and easy, go try it!



宝子们!还在翻 10 个标签找网页?记不住重点疯狂返工?别傻了!用 Chrome+Automa,免费搞个 “网页小管家”,自动逛页面、抓信息,建成可搜可共享的知识库,小白也能 10 分钟上手~


✅先搞懂为啥牛:


  • 自动抓信息:标题 / 价格 / 要点 / 链接,不用手动复制

  • 建成知识库:统一存表格,搜关键词秒找到

  • 还能协作:家人同事一起看,选品求职超方便


✅选品对比库实操(无代码!):


  1. 装 Chrome+Automa 扩展,建 Google 表格(表头:来源 / 标题 / 价格 / 要点 / URL / 日期)

  2. 表格加段脚本(复制给的代码),部署成 Web 应用拿 URL

  3. Automa 拖节点:贴 URL→开页面→等加载→抓信息→传表格

  4. 点运行!信息直接进表,还能定时自动更


✅3 个神仙用法:


  • 求职库:抓岗位要求 + 薪资,一键筛选

  • 旅行库:存签证 / 退改政策,出发前秒查

  • 学习库:收课程 / 论文要点,复习搜着来


✅避坑 3 提醒:


  • 别抓太勤,遵守网站规则

  • 选稳定页面元素,不然会抓错

  • 敏感信息别乱共享,安全第一


总之!Automa 帮你把零散浏览变高效知识库,省时间不费脑,免费又好用,快冲!


Monday, 21 April 2025

Nova Act超简单,手残党三步秒变网页自动化大神 - Nova Act: Super Simple, Even the Clumsy Can Master Web Automation in Three Steps

让代码如文言般优雅,让摸鱼如呼吸般自然 - Code like Confucius, automate like a warlord

Nova Act核心功能

1. 主要作用

Amazon Nova Act是亚马逊推出的浏览器自动化AI代理,核心能力包括:

  • 网页精准操控:通过自然语言指令点击按钮、填写表单、导航页面

  • 多步骤工作流自动化:将复杂任务分解为原子操作(如"搜索→筛选→提交")

  • 跨平台兼容:支持主流Web框架(React/Vue等)和传统HTML页面

  • 数据提取与整合:从网页结构化提取信息并生成报告

  • 高可靠性:在内部测试中,其成功率超过 90%,尤其在处理下拉菜单、弹窗等复杂 UI 时表现优于 OpenAI 和 Anthropic 的模型

  • 多场景泛化:即使未经专门训练,也能适应网页游戏等新环境

2. 免费版本情况

当前处于研究预览阶段,提供两种免费使用方式:

  • 在线体验版:通过NovaAct网页端免费试用基础功能

  • 开发者SDK:可申请API密钥免费调用(每月500次请求限额,目前如此,确切信息请查询官网)

三个免费工作场景示例(python)

评价来自官网

关于nova.amazon.com

1. 平台定位

  • 模型体验中心

  • SDK下载入口

  • API文档与管理

2. 操作步骤

  1. 访问nova.amazon.com并登录亚马逊账号

  2. 导航至"Labs → Act"进入控制台

  3. 创建新项目并选择模板(如"请假流程")

  4. 通过可视化编辑器配置动作序列:

[身份验证] → [导航至HR系统] → [填写请假表单] → [提交审批]

  1. 保存并启用