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

2020-09-05 15:15 更新

automator.connect

解釋:連接開發(fā)者工具。

automator.connect(options: Object): Promise<SmartProgram>

options參數(shù)說明:

屬性名 類型 必填 默認(rèn)值 說明
wsEndpoint String - 開發(fā)者工具 WebSocket 地址

有兩種方式可以啟動開發(fā)者工具并開啟自動化功能。

1、通過命令行工具并指定自動化參數(shù)的方式

命令行工具所在位置:

macOS: <安裝路徑>/Contents/MacOS/cli

Windows: <安裝路徑>/cli.bat

需要指定的參數(shù)如下:

--auto <projectPath>:打開指定項目并開啟自動化功能。

--auto-port <port>:指定自動化監(jiān)聽端口。

# cliPath 需要替換成命令行工具的完整路徑
cliPath --auto /Users/username/demo --auto-port 9420
2、通過 automator.launch API。

示例代碼:

const automator = require('swan-automator');
automator.connect({
    wsEndpoint: 'ws://localhost:9420'
}).then(smartProgram => {
    // do sth
});


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

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號