File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,20 @@ UI 控件树可视化工具,查看控件树层级,获取控件详情。
9999
100100详细介绍请看 [ ui-viewer] ( https://github.com/codematrixer/ui-viewer )
101101
102+
103+ # Environment
104+ 如何需要连接远端的HDC Server来实现远程设备调试,运行脚本前需要设置环境变量
105+ ``` bash
106+ export HDC_SERVER_HOST=127.0.0.1 # hdc server host
107+ export HDC_SERVER_PORT=8710
108+ ```
109+
110+ PS 移除环境变量
111+ ```
112+ unset HDC_SERVER_HOST
113+ unset HDC_SERVER_PORT
114+ ```
115+
102116---
103117
104118# API Documents
@@ -738,19 +752,6 @@ toast = d.toast_watcher.get_toast()
738752# output: 'testMessage'
739753```
740754
741- # Environment
742- 如何需要连接远端的HDC Server来实现远程设备调试,运行脚本前需要设置环境变量
743- ``` bash
744- export HDC_SERVER_HOST=127.0.0.1 # hdc server host
745- export HDC_SERVER_PORT=8710
746- ```
747-
748- PS 移除环境变量
749- ```
750- unset HDC_SERVER_HOST
751- unset HDC_SERVER_PORT
752- ```
753-
754755# 鸿蒙Uitest协议
755756
756757See [ DEVELOP.md] ( /docs/DEVELOP.md )
You can’t perform that action at this time.
0 commit comments