Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noyobo/chromedriver-device

chromedriver device list
https://github.com/noyobo/chromedriver-device

Last synced: 8 days ago
JSON representation

chromedriver device list

Awesome Lists containing this project

README

        

# chromedriver-device
chromedriver device list

```js
var deviceNameMap = {
'Amazon Kindle Fire HDX': 'Amazon Kindle Fire HDX',
'Apple iPad': 'Apple iPad',
'Apple iPad Mini': 'Apple iPad Mini',
'Apple iPhone 4': 'Apple iPhone 4',
'Apple iPhone 5': 'Apple iPhone 5',
'Apple iPhone 6': 'Apple iPhone 6',
'Apple iPhone 6 Plus': 'Apple iPhone 6 Plus',
'BlackBerry PlayBook': 'BlackBerry PlayBook',
'BlackBerry Z30': 'BlackBerry Z30',
'Google Nexus 10': 'Google Nexus 10',
'Google Nexus 4': 'Google Nexus 4',
'Google Nexus 5': 'Google Nexus 5',
'Google Nexus 6': 'Google Nexus 6',
'Google Nexus 7': 'Google Nexus 7',
'LG Optimus L70': 'LG Optimus L70',
'Laptop with HiDPI screen': 'Laptop with HiDPI screen',
'Laptop with MDPI screen': 'Laptop with MDPI screen',
'Laptop with touch': 'Laptop with touch',
'Nokia Lumia 520': 'Nokia Lumia 520',
'Nokia N9': 'Nokia N9',
'Samsung Galaxy Note 3': 'Samsung Galaxy Note 3',
'Samsung Galaxy Note Ⅱ': 'Samsung Galaxy Note Ⅱ',
'Samsung Galaxy S Ⅲ': 'Samsung Galaxy S Ⅲ',
'Samsung Galaxy S4': 'Samsung Galaxy S4'
}

module.exports = deviceNameMap;

```