W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
解釋:連接開(kāi)發(fā)者工具。
automator.connect(options: Object): Promise<SmartProgram>
options參數(shù)說(shuō)明:
屬性名 | 類型 | 必填 | 默認(rèn)值 | 說(shuō)明 |
---|---|---|---|---|
wsEndpoint | String | 是 | - | 開(kāi)發(fā)者工具 WebSocket 地址 |
有兩種方式可以啟動(dòng)開(kāi)發(fā)者工具并開(kāi)啟自動(dòng)化功能。
1、通過(guò)命令行工具并指定自動(dòng)化參數(shù)的方式
命令行工具所在位置:
macOS: <安裝路徑>/Contents/MacOS/cli
Windows: <安裝路徑>/cli.bat
需要指定的參數(shù)如下:
--auto <projectPath>:打開(kāi)指定項(xiàng)目并開(kāi)啟自動(dòng)化功能。
--auto-port <port>:指定自動(dòng)化監(jiān)聽(tīng)端口。
# cliPath 需要替換成命令行工具的完整路徑
cliPath --auto /Users/username/demo --auto-port 9420
2、通過(guò) automator.launch API。
示例代碼:
const automator = require('swan-automator');
automator.connect({
wsEndpoint: 'ws://localhost:9420'
}).then(smartProgram => {
// do sth
});
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: