Emunium

Latest version: v2.0.1

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.1

- Enhance Linux Compatibility for typing[4](https://github.com/DedInc/emunium/pull/4) (more thanks for [ps428](https://github.com/ps428))

2.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.

1.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

1.0.2

- Now by default the randmoen coordinate offset relative to the object center is used ([1](https://github.com/DedInc/emunium/issues/1))
- Changed mouse speed formula ([2](https://github.com/DedInc/emunium/issues/2))

1.0.1

- Added Puppeteer support
- More human-like mouse movements
- Calculated speed for mouse movements based on distance rather than random

1.0.0

First release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.