browser

Automate browser testing for local development pages with open, navigate, click, type, and screenshot actions.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Ab0umar/SRV100_Acc --skill browser-ab0umar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser
Source: https://github.com/Ab0umar/SRV100_Acc/tree/main/.codex/plugins/cache/openai-bundled/browser/0.1.0-alpha2/skills/browser
Command: npx skills add https://github.com/Ab0umar/SRV100_Acc --skill browser-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates manual browser testing for local development pages.

Core Features & Use Cases

  • Open and navigate the in-app browser to local URLs
  • Click, type, and interact with page elements, then validate state
  • Take screenshots and verify visible page state for quick feedback
  • Manage browser visibility to show or hide the browser according to the task

Quick Start

Open localhost:3000 in the in-app browser and begin interacting with the page to verify UI flows.

Frequently Asked Questions about browser

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser testing for local development pages?

You can automate browser testing for local development pages using the in-app browser to open local URLs, click elements, type text, and take screenshots. This validates UI flows on targets like localhost and 127.0.0.1.

Can I take screenshots during local app browser automation?

Yes, you can take screenshots during local app browser automation to verify visible page state. This provides quick visual feedback by capturing the current UI state after performing interaction actions like clicking and typing.

Does browser automation work with file:// URLs and localhost targets?

Browser automation works with file:// URLs, localhost, 127.0.0.1, and ::1 targets. It enforces the browser-client runtime to interact with these local development pages and execute navigation and typing actions.

What is the best way to interact with page elements on 127.0.0.1?

The best way to interact with page elements on 127.0.0.1 is by using in-app browser actions to click and type directly. You can navigate to the local URL, interact with the UI, and validate the application state automatically.

How do I control browser visibility when automating local page testing?

You can control browser visibility when automating local page testing to show or hide the browser according to the task. This manages the UI display while the automation executes navigation and interaction actions in the background.

Why use the in-app browser for local development page automation instead of external tools?

Using the in-app browser for local development page automation enforces the browser-client runtime directly within your environment. It allows immediate interaction with local pages and quick screenshot feedback without external configuration.