v1.5.0: Add Full GUI Automation with Playwright
This commit is contained in:
25
README.md
25
README.md
@@ -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.
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
---
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user