v1.5.0: Add Full GUI Automation with Playwright

This commit is contained in:
admin
2026-02-26 16:20:27 +04:00
Unverified
parent 07b47fa952
commit c700d84f4f
5 changed files with 1056 additions and 7 deletions

View File

@@ -4,12 +4,13 @@
QwenClaw runs as a background daemon, executing scheduled tasks, responding to Telegram messages, and providing a web dashboard for monitoring and management. It automatically starts with your system and persists across all restarts.
![Version](https://img.shields.io/badge/version-1.4.3-blue)
![Version](https://img.shields.io/badge/version-1.5.0-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey)
![Rust](https://img.shields.io/badge/Rust-1.70+-orange)
![Skills](https://img.shields.io/badge/skills-78-green)
![Skills](https://img.shields.io/badge/skills-79-green)
![CLI](https://img.shields.io/badge/CLI-qwenclaw-purple)
![GUI](https://img.shields.io/badge/GUI-Playwright-pink)
---
@@ -479,6 +480,26 @@ rm -rf QwenClaw-with-Auth
QwenClaw follows [Semantic Versioning](https://semver.org/) (MAJOR.MINOR.PATCH).
### [1.5.0] - 2026-02-26
#### Added
- **GUI Automation Skill** - Full browser automation with Playwright:
- Web browser control (Chromium, Firefox, WebKit)
- Screenshot capture (full page or element)
- Element interaction (click, type, fill, select, check)
- Form filling and submission
- Data extraction and web scraping
- JavaScript execution
- Keyboard shortcuts
- File download/upload
- Navigation and wait handling
- Custom viewport and user agent
#### Changed
- Added Playwright dependency
- Updated postinstall to install browser binaries
- Updated skills index to v1.5.0 (79 total skills)
### [1.4.3] - 2026-02-26
#### Added