éè¦ãªã®ã¯ããã§ã pw.webkit.launch() ã¨ããã pw.chromium.launch() ã¨ããã㧠起åãããã©ã¦ã¶ãå¤ããã ãã§ãã ããã¤ã¹ã®è¨å®ãç°¡å pw.devices ã«ä¸»ãªç«¯æ«ã®viewport, UAã®æ å ±ãã¾ã¨ãããã¦ãã¾ãã ããã¤ã¹ã®ãªã¹ãï¼ https://github.com/microsoft/playwright/blob/master/src/deviceDescriptors.ts const pw = require('playwright'); // iPhone11ã®ããã¤ã¹æ å ±ãåå¾ const iPhone11 = pw.devices['iPhone 11 Pro']; (async () => { const browser = await pw.webkit.launch(); const context = awai
{{#tags}}- {{label}}
{{/tags}}