App下載

詞條

大約有 4,000 項符合查詢結果 ,庫內數(shù)據(jù)總量為 78,404 項。(搜索耗時:0.0052秒)

1611.百度智能程序 獲取頁面渲染數(shù)據(jù)

page.data解釋:獲取頁面渲染數(shù)據(jù)。page.data(path?: string): Promise<Object> 參數(shù)說明:屬性名類型必填默認值說明pathString否-數(shù)據(jù)路徑示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.currentPage(); const data = awai...

http://m.o2fo.com/baiduapp/baiduapp-wv393bat.html

1612.百度智能程序 獲取頁面大

page.size解釋:獲取頁面大。page.size(): Promise<Object> Object 返回參數(shù)說明:參數(shù)類型說明widthNumber頁面可滾動寬度heightNumber頁面可滾動高度示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.currentPage(); co...

http://m.o2fo.com/baiduapp/baiduapp-754t3bau.html

1613.百度智能程序 在元素范圍內獲取元素

element.$解釋:在元素范圍內獲取元素。element.$(selector: string): Promise<Element> 參數(shù)說明:屬性名類型必填默認值說明selectorString是-選擇器示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/...

http://m.o2fo.com/baiduapp/baiduapp-cjqb3baw.html

1614.百度智能程序 在元素范圍內獲取元素數(shù)組

element.$$解釋:在元素范圍內獲取元素數(shù)組。element.$$(selector: string): Promise<Element[]> 參數(shù)說明:屬性名類型必填默認值說明selectorString是-選擇器示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch(&#...

http://m.o2fo.com/baiduapp/baiduapp-m93y3bax.html

1615.百度智能程序 獲取元素絕對位置

element.offset解釋:獲取元素絕對位置。element.offset(): Promise<Object> Object 返回參數(shù)說明:參數(shù)類型說明leftNumber左上角 x 坐標,單位:pxtopNumber左上角 y 坐標,單位:px坐標信息以頁面左上角為原點。示例代碼:automator.launch().then(...

http://m.o2fo.com/baiduapp/baiduapp-5k1t3bay.html

1616.百度智能程序 獲取元素大

element.size解釋:獲取元素大。element.size(): Promise<Object> Object 返回參數(shù)說明:參數(shù)類型說明widthNumber元素寬度heightNumber元素高度示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/api/api&...

http://m.o2fo.com/baiduapp/baiduapp-ensk3baz.html

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

element.attribute解釋:獲取元素屬性。element.attribute(name: string): Promise<string> 參數(shù)說明:屬性名類型必填默認值說明nameString是-屬性名示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/api/a...

http://m.o2fo.com/baiduapp/baiduapp-yecf3bb1.html

1618.百度智能程序 獲取元素swan內容

解釋:獲取元素 swan 內容。element.swan(): Promise<string> 示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/api/api'); const element = await page.$('.group-logo'); const res = await element.swan(); });

http://m.o2fo.com/baiduapp/baiduapp-t1jo3bb2.html

1619.百度智能程序 獲取swan元素本身

element.outerSwan解釋:同 element.swan,只是會獲取到元素本身。element.outerSwan(): Promise<string> 示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/api/api'); const element = await page.$('.group-logo...

http://m.o2fo.com/baiduapp/baiduapp-e8os3bb3.html

1620.百度智能程序 獲取元素值

element.value解釋:獲取元素值。element.value(): Promise<string> 示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/input/input'); const element = await page.$('.small-ipt'); const res = await element.value...

http://m.o2fo.com/baiduapp/baiduapp-sfnw3bb4.html

抱歉,暫時沒有相關的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時沒有相關的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1611.百度智能程序 獲取頁面渲染數(shù)據(jù)

page.data解釋:獲取頁面渲染數(shù)據(jù)。page.data(path?: string): Promise<Object> 參數(shù)說明:屬性名類型必填默認值說明pathString否-數(shù)據(jù)路徑示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.currentPage(); const data = awai...

http://m.o2fo.com/baiduapp/baiduapp-wv393bat.html

1612.百度智能程序 獲取頁面大

page.size解釋:獲取頁面大。page.size(): Promise<Object> Object 返回參數(shù)說明:參數(shù)類型說明widthNumber頁面可滾動寬度heightNumber頁面可滾動高度示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.currentPage(); co...

http://m.o2fo.com/baiduapp/baiduapp-754t3bau.html

1613.百度智能程序 在元素范圍內獲取元素

element.$解釋:在元素范圍內獲取元素。element.$(selector: string): Promise<Element> 參數(shù)說明:屬性名類型必填默認值說明selectorString是-選擇器示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/...

http://m.o2fo.com/baiduapp/baiduapp-cjqb3baw.html

1614.百度智能程序 在元素范圍內獲取元素數(shù)組

element.$$解釋:在元素范圍內獲取元素數(shù)組。element.$$(selector: string): Promise<Element[]> 參數(shù)說明:屬性名類型必填默認值說明selectorString是-選擇器示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch(&#...

http://m.o2fo.com/baiduapp/baiduapp-m93y3bax.html

1615.百度智能程序 獲取元素絕對位置

element.offset解釋:獲取元素絕對位置。element.offset(): Promise<Object> Object 返回參數(shù)說明:參數(shù)類型說明leftNumber左上角 x 坐標,單位:pxtopNumber左上角 y 坐標,單位:px坐標信息以頁面左上角為原點。示例代碼:automator.launch().then(...

http://m.o2fo.com/baiduapp/baiduapp-5k1t3bay.html

1616.百度智能程序 獲取元素大

element.size解釋:獲取元素大。element.size(): Promise<Object> Object 返回參數(shù)說明:參數(shù)類型說明widthNumber元素寬度heightNumber元素高度示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/api/api&...

http://m.o2fo.com/baiduapp/baiduapp-ensk3baz.html

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

element.attribute解釋:獲取元素屬性。element.attribute(name: string): Promise<string> 參數(shù)說明:屬性名類型必填默認值說明nameString是-屬性名示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/api/a...

http://m.o2fo.com/baiduapp/baiduapp-yecf3bb1.html

1618.百度智能程序 獲取元素swan內容

解釋:獲取元素 swan 內容。element.swan(): Promise<string> 示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/api/api'); const element = await page.$('.group-logo'); const res = await element.swan(); });

http://m.o2fo.com/baiduapp/baiduapp-t1jo3bb2.html

1619.百度智能程序 獲取swan元素本身

element.outerSwan解釋:同 element.swan,只是會獲取到元素本身。element.outerSwan(): Promise<string> 示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/api/api'); const element = await page.$('.group-logo...

http://m.o2fo.com/baiduapp/baiduapp-e8os3bb3.html

1620.百度智能程序 獲取元素值

element.value解釋:獲取元素值。element.value(): Promise<string> 示例代碼:automator.launch().then(async smartProgram => { const page = await smartProgram.reLaunch('/pages/input/input'); const element = await page.$('.small-ipt'); const res = await element.value...

http://m.o2fo.com/baiduapp/baiduapp-sfnw3bb4.html

抱歉,暫時沒有相關的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程