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.5.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.5.0.tar.gz.
File metadata
- Download URL: cua_bench_ui-0.5.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 |
83ad050fbdd98043256c4b7bd4f30709dc3a003154729d17097dd2d85cfc6701
|
|
| MD5 |
2ea111bae52af5b372bc0bf81a37fb10
|
|
| BLAKE2b-256 |
f5a57f49ef216ade66849b617dfd4ff2e9e484844d32a17a74d901bb0be35664
|
File details
Details for the file cua_bench_ui-0.5.0-py3-none-any.whl.
File metadata
- Download URL: cua_bench_ui-0.5.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 |
86387cf53153309fb89420d5462d80f7aedc690c54905d4e8ce573dd35800e4e
|
|
| MD5 |
f47592ab8a6da328f444c7d19fe8e49a
|
|
| BLAKE2b-256 |
8cb3cc4809e1ed630c81a4a6080b54ad9d8d1a6954e844fd3f1299375a5318f4
|