Lightweight webUI window controller for CUA bench using pywebview
Project description
CUA Bench UI
Lightweight webUI window controller for CUA bench environments using pywebview
Usage
from bench_ui import launch_window, get_element_rect, execute_javascript
# Launch a window with inline HTML content
pid = launch_window(html="<html><body><h1>Hello</h1></body></html>")
# Get element rect in screen space
rect = get_element_rect(pid, "h1", space="screen")
print(rect)
# Execute arbitrary JavaScript
text = execute_javascript(pid, "document.querySelector('h1')?.textContent")
print(text)
Installation
pip install cua-bench-ui
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cua_bench_ui-0.3.0.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cua_bench_ui-0.3.0.tar.gz.
File metadata
- Download URL: cua_bench_ui-0.3.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c56b25598c05e01757572e82c501f522fb1b9c32eec75cdfc93f47a7a1aecbc0
|
|
| MD5 |
3c81db38c19bb721f8ba9c72514f12f9
|
|
| BLAKE2b-256 |
dccd7184b2a7f3a7f9635bffe8fdda88b8251ec163ded8076c0799b29ea238da
|
File details
Details for the file cua_bench_ui-0.3.0-py3-none-any.whl.
File metadata
- Download URL: cua_bench_ui-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b58bcbe2366873c2efad547c67f202f8ba680ec10099c33ded1e541415233d8
|
|
| MD5 |
e8d1a87ded7567a2c647723589762601
|
|
| BLAKE2b-256 |
7de89802bda1d95f8d41f7d5a8b480c8e01b60441752239d6dd205a96cb02373
|