返回顶部
s

se-browser-automation

Browser automation patterns and best practices for OpenClaw browser control. Use when navigating web apps, filling forms, clicking elements, or extracting data from websites. Covers GHL, Lovable, and general SPA navigation patterns.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
168
下载量
0
收藏
概述
安装方式
版本历史

se-browser-automation

# Browser Automation Skill ## Profile - Use profile: `openclaw` for all automated browsing - Browser is managed by OpenClaw gateway ## Core Patterns ### Navigation - Use `browser navigate` with direct URLs when possible (faster than clicking through menus) - Always `sleep 4-6` after navigation — SPAs load content asynchronously - If page seems blank, try `screenshot` first — content may be rendered but not in DOM snapshot ### Element Interaction - Use `snapshot` to get element refs, then `act` with refs - For iframe content: use `frame` parameter in snapshot - If compact snapshot misses content, try full snapshot or screenshot - GHL and complex SPAs often render in iframes — check both main page and iframe ### Screenshots vs Snapshots - **Snapshot** — DOM tree, good for finding clickable refs - **Screenshot** — Visual image, good for understanding what's actually on screen - When snapshot shows empty/minimal content but screenshot shows a full page → content is in iframe or shadow DOM ### Login Flows 1. Navigate to login page 2. Snapshot to find form fields 3. Click + type credentials 4. Handle 2FA (check email, enter code) 5. Wait for redirect (sleep 4-6 seconds) 6. Verify logged in via screenshot ### Common Issues - **Popups/modals blocking** → Press Escape - **Lazy-loaded content** → Wait longer, refresh, or navigate directly via URL - **iframe content** → Use frame parameter or evaluate JS to find iframe - **evaluate function errors** → No `const`, `let`, or arrow functions. Use `var` and `function(){}` syntax. - **ref required errors** → Must use ref from snapshot, can't use text selectors ### SPA-Specific Tips - SPAs don't fully reload on navigation — URL changes but DOM updates incrementally - Some content only appears after JavaScript execution - If clicking a link doesn't work, try navigating directly to the URL - F5 refresh can help when SPA state gets stuck

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 se-browser-automation-1776013209 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 se-browser-automation-1776013209 技能

通过命令行安装

skillhub install se-browser-automation-1776013209

下载 Zip 包

⬇ 下载 se-browser-automation v1.0.0

文件大小: 1.8 KB | 发布时间: 2026-4-13 11:53

v1.0.0 最新 2026-4-13 11:53
se-browser-automation 1.0.0 release:

- Introduces browser automation patterns and best practices for OpenClaw managed browsers.
- Covers navigation, element interaction, screenshots vs snapshots, login flows, and common troubleshooting.
- Includes specific guidance for GHL, Lovable, and general Single Page Application (SPA) workflows.
- Details solutions for popups, lazy loading, iframe handling, and common evaluation errors.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部