9

実際に elem であることを確認できるように、 elem の値を返すにはどうすればよい1ですか?

const elem = await page.$('input#my-input')
await elem.fill('1')
4

3 に答える 3