We definitely need to get some mobile emulation in place. Playwright has a long list of device descriptors (https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json) which we could expose, or we could go with our own subset.
Either way, will want to make sure there's a good default cpuThrottle level applied for each as well.
We definitely need to get some mobile emulation in place. Playwright has a long list of device descriptors (https://github.com/microsoft/playwright/blob/main/packages/playwright-core/src/server/deviceDescriptorsSource.json) which we could expose, or we could go with our own subset.
Either way, will want to make sure there's a good default
cpuThrottlelevel applied for each as well.