const { chromium, devices } = require('playwright'); const iPhone11Pro = devices['iPhone 11 Pro']; (async () => { const browser = await ...
確定! 回上一頁