Description
🚀 Feature Request
We are running tests on multiple devices and browsers by simulating user agent and resolution.
Currently playwright supports only old devices and we have to set user agents ourselves.
The problem comes when Chrome browser is updated locally or in Playwright Docker image which is causing inconsistency between user agent and actual version of the browser.
Example
Want to add the following devices to deviceDescriptorsSource:
- Samsung Galaxy Tab S9
- Samsung Galaxy S24
- iPhone SE
- iPad
- Galaxy A55
Motivation
This will help by centralising configuration and support more devices