You can find the iframe just like you find an element in puppeteer using the $eval . const frameHandle = await page.$("iframe[id='frame1']");.
確定! 回上一頁