| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| hrp-v4.3.6-windows-amd64.zip.md5 | 2023-09-19 | 33 Bytes | |
| hrp-v4.3.6-windows-amd64.zip | 2023-09-19 | 7.5 MB | |
| hrp-v4.3.6-darwin-arm64.tar.gz.md5 | 2023-09-19 | 33 Bytes | |
| hrp-v4.3.6-darwin-arm64.tar.gz | 2023-09-19 | 7.4 MB | |
| hrp-v4.3.6-linux-arm64.tar.gz.md5 | 2023-09-19 | 33 Bytes | |
| hrp-v4.3.6-linux-arm64.tar.gz | 2023-09-19 | 6.7 MB | |
| hrp-v4.3.6-darwin-amd64.tar.gz.md5 | 2023-09-19 | 33 Bytes | |
| hrp-v4.3.6-linux-amd64.tar.gz.md5 | 2023-09-19 | 33 Bytes | |
| hrp-v4.3.6-darwin-amd64.tar.gz | 2023-09-19 | 7.7 MB | |
| hrp-v4.3.6-linux-amd64.tar.gz | 2023-09-19 | 10.0 MB | |
| README.md | 2023-09-19 | 1.5 kB | |
| v4.3.6 source code.tar.gz | 2023-09-19 | 1.3 MB | |
| v4.3.6 source code.zip | 2023-09-19 | 1.5 MB | |
| Totals: 13 Items | 42.1 MB | 0 | |
go version
plugin related:
- feat: add hrp executable directory for searching plugin
- feat: init device driver with plugin options,
WithDriverCapabilitiesandWithDriverPlugin - feat: support printing stderr output in myexec.RunCommand
- change: upgrade funplugin to 0.5.3
- refactor: move internal myexec to funplugin/myexec
- change: create python3 plugin venv with latest funppy/httprunner
UI related:
- feat: get current feed info from app event trackings
- feat: log feed screenshot take/cv elapsed time
- feat: support to reset driver (or session only) automatically when UIA2 / WDA crashed or WebDriver request failed
- feat:
tap_cvaction supports ui type detection and tap - feat: support action options for
ScreenShot,WithScreenShotOCR/WithScreenShotUpload/WithScreenShotLiveType/WithScreenShotUIType - fix: add compatible support for indicating options separately at the
MobileActionlevel - fix: use Override size if existed, otherwise use Physical size (android devices)
- fix: add default options for
swipe_to_tap_appaction - refactor: ui validation methods, support parsing expect value
- fix: reuse the same request body during
GetImageretry - fix: iOS
tap_xyscale adaption error - feat: support new action:
close_popups - fix: swipeToTapTexts with identifiers/regex
others:
- change: log elapsed duration in milliseconds
- change: set log timestamp precise to milliseconds