百度智能小程序 獲取元素屬性

2020-09-05 15:10 更新

element.attribute

解釋:獲取元素屬性。

element.attribute(name: string): Promise<string>

參數(shù)說(shuō)明:

屬性名類型必填默認(rèn)值說(shuō)明
nameString-屬性名

示例代碼:

automator.launch().then(async smartProgram => {
    const page = await smartProgram.reLaunch('/pages/api/api');
    const element = await page.$('.group-logo');
    const res = await element.attribute('id'); // id
});


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

掃描二維碼

下載編程獅App

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

編程獅公眾號(hào)