Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
A skill to interact with web browsers using Playwright for advanced UI automation, analysis, and debugging.
A skill to interact with web browsers using Playwright for advanced UI automation, analysis, and debugging.
This item is timing out or returning errors right now. Review the source page and try again later.
Use the source page and any available docs to guide the install because the item is currently unstable or timing out.
I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
This skill provides agents with a powerful interface to programmatically control web browsers using Playwright. It enables advanced UI automation, web content analysis, and debugging capabilities beyond what the default browser tool might offer directly.
Launch and close browser instances. Navigate to specified URLs. Capture screenshots of web pages. Retrieve HTML content or readable text from pages. Execute custom JavaScript within the browser context. Interact with web elements (click, type, fill forms) using various selectors. Retrieve element attributes or text content.
This skill is designed for programmatic interaction via exec commands, typically orchestrated by an agent. # Example: Launch browser and navigate python3 scripts/playwright_cli.py launch_browser --browser chrome --headless true # Example: Navigate to URL and take screenshot python3 scripts/playwright_cli.py navigate --url "https://example.com" --screenshot "path/to/screenshot.png" # Example: Get page content python3 scripts/playwright_cli.py get_content --url "https://example.com" --type html # Example: Click an element python3 scripts/playwright_cli.py click_element --url "https://example.com" --selector "button.submit"
Playwright Python package (playwright) installed in the skill's virtual environment. Playwright browser binaries installed (playwright install).
(To be defined if specific configuration beyond default Playwright options is needed.)
To give me more granular and robust control over web browser interactions, enabling more complex UI automation, detailed web page analysis, and better troubleshooting capabilities for browser-related issues, especially for the Mac App conversion project.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.