waitForSelector('iframe[src*=tnspayments]'); const frames = await page.frames(); const paymentFrame = frames.find((frame) => { return ...
確定! 回上一頁