Update browsers.js

This commit is contained in:
XhmikosR 2020-11-30 14:35:34 +02:00 committed by GitHub
parent c3689ac073
commit f65f379499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,11 +51,11 @@ const browsers = {
device: 'iPhone 11',
real_mobile: true
},
pixel2: {
pixel4: {
base: 'BrowserStack',
os: 'android',
os_version: '8.0',
device: 'Google Pixel 2',
os_version: '11.0',
device: 'Google Pixel 4',
real_mobile: true
}
}