Files
httprunner/hrp/internal/uixt
debugtalk d65aa49281 Merge pull request #1484 from httprunner/dev-v4.3-bugfix
fix: failed to input on android device
2022-09-30 14:19:38 +08:00
..
2022-09-30 13:27:22 +08:00
2022-09-26 11:00:18 +08:00
2022-09-28 14:10:50 +08:00
2022-09-28 16:14:00 +08:00
2022-09-23 22:39:43 +08:00
2022-09-30 14:17:02 +08:00
2022-09-26 11:00:18 +08:00
2022-09-23 22:39:43 +08:00
2022-09-25 00:18:58 +08:00
2022-09-28 16:14:00 +08:00
2022-09-26 22:26:13 +08:00
2022-09-26 16:01:03 +08:00
2022-09-26 22:26:13 +08:00
2022-09-28 15:50:40 +08:00
2022-09-26 11:00:18 +08:00
2022-09-28 16:14:00 +08:00
2022-09-29 11:04:14 +08:00
2022-09-28 16:14:00 +08:00
2022-09-27 18:05:14 +08:00
2022-09-29 15:51:03 +08:00
2022-09-23 21:19:12 +08:00

uixt

From v4.3.0HttpRunner will support mobile UI automation testing:

Some UI recognition algorithms are also introduced for both iOS and Android:

Dependencies

OpenCV

OpenCV 4 should be pre-installed.

You can install OpenCV 4.6.0 using Homebrew on macOS.

$ brew install opencv

You can get more installation introduction on hybridgroup/gocv.

OCR

OCR API is a paid service, you need to pre-purchase and configure the account key.

$ make build tags=ocr

Thanks

This uixt module is initially forked from the following repos and made a lot of changes.