- Refactored the codebase to follow a modular structure.
- Added support for Playwright browser automation library.
- Added a standalone Emunium class for non-browser automation scenarios.
- Introduced a new ClickType enum to specify different types of clicks (left, right, middle, double).
- The find_and_move method has been split into separate move_to and click_at methods.