Package uno.anahata.asi.yam.tools.browser
package uno.anahata.asi.yam.tools.browser
Provides an abstract foundation and state management for browser automation toolkits.
This package defines the core drone-based architecture used for controlling
multiple browser instances (visible or headless) within a single session.
It manages the lifecycle of BrowserDrone
objects and provides a set of universal Selenium-based tools that are
inherited by concrete implementations like Chrome or Firefox.
- Author:
- anahata
-
ClassesClassDescriptionThe abstract base toolkit for all web automation implementations.Represents a single browser WebDriver connection and its associated state.

