百度智能小程序 連接開(kāi)發(fā)者工具

2020-09-05 15:15 更新

automator.connect

解釋:連接開(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
});


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)