Releases: testdevlab/cv_pom
Releases · testdevlab/cv_pom
v0.2.3
What's Changed
- Make
resizekwarg actually usable to resize screenshot inDesktopCVPOMDriver._get_screenshot()by @Kirils-Podgalskis in #28 - Implement printer driver by @teokov in #29
- Update pyproject.toml by @alvarolaserna in #30
New Contributors
- @Kirils-Podgalskis made their first contribution in #28
- @teokov made their first contribution in #29
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Changed
- adding adb driver to control Android devices without Appium in #18
- adding querying in #21
- Feature: long press in #22
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Speed improvements and fix query by @alvarolaserna in #9
- adding pyautogui Driver (DesktopCVPOMDriver) to deal with OS native actions by @alvarolaserna in #10
- add backwards compatibility with testui 1.2.0 by @alvarolaserna in #11
- adding offset to the coordinates for interactions by @alvarolaserna in #12
- add double click and different click configurations by @alvarolaserna in #13
- adding hover function by @alvarolaserna in #14
- drag and drop methods by @alvarolaserna in #15
- adding more documentation to README by @alvarolaserna in #16
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- This helps adding different args to the OCR by @alvarolaserna in #7
- Now you can add properties to OCR in convert_to_cvpom(source, ocr_props=None)
- This properties can be added to the CVPOMDriver in the new kwargs:
kwargs = {'ocr': {'paragraph': True}} # Optional
MyCVPOMDriver(model_path, framework_specific_driver, **kwargs)For now is only used for ocr and the values are any parameters that EasyOCR allows under self._reader.readtext(**ocr_props_comb) check here
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- adding all the files to cv_pom repository by @alvarolaserna in #1
New Contributors
- @alvarolaserna made their first contribution in #1