
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
puppeteerを用いた要素の取得(page.$()) - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
puppeteerを用いた要素の取得(page.$()) - Qiita
page.$(selector) とは puppeteerのgithub(pageselectorの説明部分) https://github.com/GoogleChrome... page.$(selector) とは puppeteerのgithub(pageselectorの説明部分) https://github.com/GoogleChrome/puppeteer/blob/v2.0.0/docs/api.md#pageselector elementHandle.$(selector) selector <string> A selector to query element for returns: <Promise> こんな感じで、returnはPromiseのElementHandleとなっている。 補足説明 ElementHandle ElementHandle represents an in-page DOM element. ElementHandles can be created with the page.$ method. ページ内の