Releases: DedInc/emunium
Releases · DedInc/emunium
v2.0.2
v2.0.1
v2.0.0
- 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.
v1.5.0
- Improved element center calculation (It worked especially badly with pyppeteer, now it's perfect)
- Optimized scrolling behavior to smoothly scroll to elements using smaller scroll steps and delays for a more natural appearance
- Removed JavaScript evaluation for finding element center and scrolling, relying on Python code instead