ill-bronzeI
Apify & Crawlee4y ago
4 replies
ill-bronze

How to set 'locale' and 'timezoneId' on browsers or pages?

If in Playwright, I can create Page this way and set locale and TimezoneId

   browser.newPage({
       locale: 'zh-TW',
       timezoneId: 'Asia/Taipei',
   });


But if using PlaywrightCrawler, how to set it up? Does anyone know how to solve this?
Was this page helpful?