百度智能小程序 點(diǎn)擊元素

2020-09-05 15:10 更新

element.tap

解釋:點(diǎn)擊元素。

element.tap(): Promise<void>

示例代碼:

automator.launch().then(async smartProgram => {
    const const page = await smartProgram.currentPage()
    const element = await page.$('.click-here');
    await element.tap();
})


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)