add cua-bench-ui

This commit is contained in:
Dillon DuPont
2025-11-01 19:44:35 -04:00
parent 30b6fdbef9
commit be4c7e45aa
7 changed files with 438 additions and 0 deletions
@@ -0,0 +1,3 @@
from .api import launch_window, get_element_rect, execute_javascript
__all__ = ["launch_window", "get_element_rect", "execute_javascript"]