Task: Create browser-automation Agent #13

Closed
opened 2026-04-04 02:43:22 +00:00 by NW · 1 comment
Owner

Goal

Create agent for browser automation.

Checklist

  • Create .kilo/agents/browser-automation.md
  • Define Playwright skills
  • Add E2E test rules
  • Integrate with MCP protocol
  • Add usage examples

Capabilities

  • Page navigation
  • Form filling (registration, login)
  • Element clicking
  • Screenshots
  • UI element validation
  • Responsive design check
## Goal Create agent for browser automation. ## Checklist - [x] Create .kilo/agents/browser-automation.md - [x] Define Playwright skills - [x] Add E2E test rules - [x] Integrate with MCP protocol - [x] Add usage examples ## Capabilities - Page navigation - Form filling (registration, login) - Element clicking - Screenshots - UI element validation - Responsive design check
NW added this to the Feature: Web Testing System with Browser Automation milestone 2026-04-04 02:43:22 +00:00
Author
Owner

Agent Created

File: .kilo/agents/browser-automation.md

Capabilities:

  • Navigate web pages
  • Fill forms (registration, login)
  • Click elements
  • Take screenshots
  • Validate UI elements
  • Responsive design testing

Playwright MCP Tools:

Tool Usage
browser_navigate Navigate to URL
browser_click Click elements
browser_type Fill form fields
browser_snapshot Get accessibility tree
browser_take_screenshot Capture screenshots
browser_fill_form Fill multiple fields

Next: Create docker environment (Issue #12).

## ✅ Agent Created **File**: `.kilo/agents/browser-automation.md` ### Capabilities: - Navigate web pages - Fill forms (registration, login) - Click elements - Take screenshots - Validate UI elements - Responsive design testing ### Playwright MCP Tools: | Tool | Usage | |------|-------| | browser_navigate | Navigate to URL | | browser_click | Click elements | | browser_type | Fill form fields | | browser_snapshot | Get accessibility tree | | browser_take_screenshot | Capture screenshots | | browser_fill_form | Fill multiple fields | **Next**: Create docker environment (Issue #12).
NW closed this issue 2026-04-04 03:00:29 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: UniqueSoft/APAW#13