百度智能小程序 在元素范圍內獲取元素數組

2020-09-05 15:10 更新

element.$$

解釋:在元素范圍內獲取元素數組。

element.$$(selector: string): Promise<Element[]>

參數說明:

屬性名類型必填默認值說明
selectorString-選擇器

示例代碼:

automator.launch().then(async smartProgram => {
    const page = await smartProgram.reLaunch('/pages/api/api');
    const element = await page.$('.group');
    const res = await element.$$('.group-bd');
    console.log(res.length);
});


以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號