From 5bbd58cb1dcce5026746cccb55b29906a523e0f1 Mon Sep 17 00:00:00 2001 From: Xixian Liang <51265902107@stu.ecnu.edu.cn> Date: Sat, 17 Aug 2024 16:53:13 +0800 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bbb2f05a..0525de27 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,10 @@ It can send random or scripted input events to test an HarmonyOS app, achieve hi :boom: Support both Android and HarmonyOS devices. Use the flag `-is_harmonyos` to specify the target system. -:boom: Source code improvment. Easier to read and debug. Added typing to the source code and colorized the log. Use `-debug` flag to print the debug level log to the terminal! +:boom: Source code improvement. Easier to read and debug. Added typing to the source code and colorized the log. Use `-debug` flag to print the debug level log to the terminal! :boom: Use `-log` flag to get the hilog from the device. Check it in the report directory! -## Future Develop plan -:negative_squared_cross_mark: Better layout dump. Currently HMDroidbot uses hdc cmd to dump hierachy, which is inefficient and has highly hindered the testing effect. In the near future, we will try to make full use of the HarmonyOS sdk to accelerate this progress. Please keep an eye on our project. - -:negative_squared_cross_mark: We're doing static analysis among harmonyOS apps. Some harmonyOS-specific criteria like page-cov will be added into this project. - -:negative_squared_cross_mark: HDC cmd is not allowed to reset the text. The sending text action is not implemented and will be supported soon. - ## Prerequisite 1. `Python 3.10+` @@ -54,7 +47,7 @@ If successfully installed, you should be able to execute `droidbot -h`. bash run_sample.sh ``` -2. **Start HMDroidBot:** +2. **Start HMDroidbot:** Basic command ```bash