Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noyobo/chromedriver-device
- Owner: noyobo
- Created: 2015-12-18T09:33:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T05:38:06.000Z (over 6 years ago)
- Last Synced: 2024-10-12T09:12:22.821Z (24 days ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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;
```