rustwright-core 0.1.1

Rust CDP core for a Python Playwright-compatible automation API
1
2
3
4
5
6
"""Private foundations for accessibility-based agent operations."""

from .errors import AgentError
from .refs import RefRegistry, RefState, resolve

__all__ = ["AgentError", "RefRegistry", "RefState", "resolve"]