testcentricity_web 2.1.10 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +138 -116
- data/lib/devices/devices.yml +86 -44
- data/lib/testcentricity_web/browser_helper.rb +1 -0
- data/lib/testcentricity_web/elements/cell_element.rb +9 -2
- data/lib/testcentricity_web/elements/checkbox.rb +1 -0
- data/lib/testcentricity_web/elements/list.rb +8 -1
- data/lib/testcentricity_web/elements/list_element.rb +12 -2
- data/lib/testcentricity_web/elements/radio.rb +1 -0
- data/lib/testcentricity_web/elements/select_list.rb +2 -0
- data/lib/testcentricity_web/elements/table.rb +198 -59
- data/lib/testcentricity_web/environment.rb +19 -1
- data/lib/testcentricity_web/page_sections_helper.rb +26 -14
- data/lib/testcentricity_web/ui_elements_helper.rb +59 -60
- data/lib/testcentricity_web/version.rb +1 -1
- data/lib/testcentricity_web/webdriver_helper.rb +172 -81
- data/testcentricity_web.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51e425a0438ffbc951a7180d449635a471de2bdf
|
4
|
+
data.tar.gz: 2bd8cf4ac5a3fdd66ee2b9760c182c1d5f57e7b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04bbcf18e7f07dba7fb680a384154040bde5b8293aa82c152485ff840e81365c863d436b0f99566824bac64cca01a41f729c864dff043c5f61d3ec02d527547f
|
7
|
+
data.tar.gz: 34f4e08cf58cf763a7c82c2c0298bd5ff52855edc924f75cd2a661b031496e48dd0a4fc08c3aa924c9be2942772cc97702a7e7c110a134ab1947ce785f1963d9
|
data/README.md
CHANGED
@@ -7,14 +7,14 @@ The TestCentricity™ Web core generic framework for desktop and mobile web site
|
|
7
7
|
use with Cucumber, Capybara, and Selenium-Webdriver.
|
8
8
|
|
9
9
|
The TestCentricity™ Web gem supports running automated tests against the following web test targets:
|
10
|
-
|
11
10
|
* locally hosted desktop browsers (Firefox*, Chrome, Safari, or IE)
|
12
|
-
* locally hosted emulated iOS Mobile Safari, Android, Windows Phone, or Blackberry mobile browsers (running within
|
11
|
+
* locally hosted emulated iOS Mobile Safari, Android, Windows Phone, or Blackberry mobile browsers (running within a local instance of Chrome)
|
13
12
|
* a "headless" browser (using Poltergeist and PhantomJS)
|
14
13
|
* mobile Safari browsers on iOS device simulators (using Appium and XCode on OS X)
|
15
14
|
* cloud hosted desktop (Firefox, Chrome, Safari, IE, or Edge) or mobile (iOS Mobile Safari or Android) web browsers using the [Browserstack](https://www.browserstack.com/list-of-browsers-and-platforms?product=automate),
|
16
15
|
[Sauce Labs](https://saucelabs.com/open-source#automated-testing-platform), [CrossBrowserTesting](https://crossbrowsertesting.com/selenium-testing), or
|
17
16
|
[TestingBot](https://testingbot.com/features) services.
|
17
|
+
* web portals utilizing JavaScript front end application frameworks like Ember, React, Angular, and GWT
|
18
18
|
|
19
19
|
|
20
20
|
**Note:** Test execution against local instances of Firefox version 48 or greater is currently not supported by the TestCentricity™ Web gem. Testing with
|
@@ -24,6 +24,10 @@ feature incomplete and potentially unstable. More information can be found [here
|
|
24
24
|
|
25
25
|
## What's New
|
26
26
|
|
27
|
+
###Version 2.2.0
|
28
|
+
|
29
|
+
* CSS selectors or XPath expressions may be used as locators for all types of **UI Elements**, including tables.
|
30
|
+
|
27
31
|
###Version 2.1.10
|
28
32
|
|
29
33
|
* Added device profiles for iPhone 7 (iOS 10) with Mobile Firefox browser and iPad (iOS 10) with Mobile Firefox browser
|
@@ -58,7 +62,7 @@ use the [parallel_tests gem](https://github.com/grosser/parallel_tests) to decre
|
|
58
62
|
###Version 2.1.2
|
59
63
|
|
60
64
|
* Added device profiles for Microsoft Lumia 950, Blackberry Leap, Blackberry Passport, and Kindle Fire HD 10
|
61
|
-
* Added ability to set browser language support via the `LOCALE` Environment Variable for local instances of Chrome
|
65
|
+
* Added ability to set browser language support via the `LOCALE` Environment Variable for local instances of Chrome browsers
|
62
66
|
|
63
67
|
###Version 2.1.0
|
64
68
|
|
@@ -781,55 +785,55 @@ To maximize a desktop browser window, you set the `BROWSER_SIZE` Environment Var
|
|
781
785
|
|
782
786
|
### Locally hosted emulated mobile web browser
|
783
787
|
|
784
|
-
You can run your tests against mobile device browsers that are emulated within a locally hosted instance of a
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
+
You can run your tests against mobile device browsers that are emulated within a locally hosted instance of a Chrome desktop browser on OS X or
|
789
|
+
Windows. The specified mobile browser's user agent, CSS screen dimensions, and default screen orientation will be automatically set within the
|
790
|
+
local Chrome browser instance. You may even specify the emulated device's screen orientation. For locally hosted emulated mobile web browsers,
|
791
|
+
the `WEB_BROWSER` Environment Variable must be set to one of the values from the table below:
|
788
792
|
|
789
|
-
`WEB_BROWSER` | `HOST_BROWSER`
|
793
|
+
`WEB_BROWSER` | `HOST_BROWSER` | **CSS Screen Dimensions** | **Default Orientation** | **OS Version**
|
790
794
|
----------------------|----------------------|-----------|----------|---------
|
791
|
-
`ipad` |`
|
792
|
-
`ipad_pro` |`
|
793
|
-
`ipad_pro_10_5` |`
|
794
|
-
`ipad_chrome` |`
|
795
|
-
`ipad_firefox` |`
|
796
|
-
`android_tablet` |`
|
797
|
-
`kindle_fire` |`
|
798
|
-
`kindle_firehd7` |`
|
799
|
-
`kindle_firehd8` |`
|
800
|
-
`kindle_firehd10` |`
|
801
|
-
`surface` |`
|
802
|
-
`blackberry_playbook` |`
|
803
|
-
`samsung_galaxy_tab` |`
|
804
|
-
`google_nexus7` |`
|
805
|
-
`google_nexus9` |`
|
806
|
-
`google_nexus10` |`
|
807
|
-
`iphone` |`
|
808
|
-
`iphone4` |`
|
809
|
-
`iphone5` |`
|
810
|
-
`iphone6` |`
|
811
|
-
`iphone6_plus` |`
|
812
|
-
`iphone7` |`
|
813
|
-
`iphone7_plus` |`
|
814
|
-
`iphone7_chrome` |`
|
815
|
-
`iphone7_firefox` |`
|
816
|
-
`iphone8` |`
|
817
|
-
`iphone8_plus` |`
|
818
|
-
`iphonex` |`
|
819
|
-
`android_phone` |`
|
820
|
-
`nexus6` |`
|
821
|
-
`pixel` |`
|
822
|
-
`pixel_xl` |`
|
823
|
-
`samsung_galaxy_s4` |`
|
824
|
-
`samsung_galaxy_s5` |`
|
825
|
-
`samsung_galaxy_s6` |`
|
826
|
-
`windows_phone7` |`
|
827
|
-
`windows_phone8` |`
|
828
|
-
`lumia_950_xl` |`
|
829
|
-
`blackberry_z10` |`
|
830
|
-
`blackberry_z30` |`
|
831
|
-
`blackberry_leap` |`
|
832
|
-
`blackberry_passport` |`
|
795
|
+
`ipad` |`chrome` |1024 x 768 |landscape |iOS 10
|
796
|
+
`ipad_pro` |`chrome` |1366 x 1024|landscape |iOS 11
|
797
|
+
`ipad_pro_10_5` |`chrome` |1112 x 834 |landscape |iOS 11
|
798
|
+
`ipad_chrome` |`chrome` |1024 x 768 |landscape |iOS 10 - Mobile Chrome browser for iOS
|
799
|
+
`ipad_firefox` |`chrome` |1024 x 768 |landscape |iOS 10 - Mobile Firefox browser for iOS
|
800
|
+
`android_tablet` |`chrome` |1024 x 768 |landscape |Android 3.0
|
801
|
+
`kindle_fire` |`chrome` |1024 x 600 |landscape |
|
802
|
+
`kindle_firehd7` |`chrome` |800 x 480 |landscape |Fire OS 3
|
803
|
+
`kindle_firehd8` |`chrome` |1280 x 800 |landscape |Fire OS 5
|
804
|
+
`kindle_firehd10` |`chrome` |1920 x 1200 |landscape |Fire OS 5
|
805
|
+
`surface` |`chrome` |1366 x 768 |landscape |
|
806
|
+
`blackberry_playbook` |`chrome` |1024 x 600 |landscape |BlackBerry Tablet OS
|
807
|
+
`samsung_galaxy_tab` |`chrome` |1280 x 800 |landscape |Android 4.0.4
|
808
|
+
`google_nexus7` |`chrome` |960 x 600 |landscape |Android 4.4.4
|
809
|
+
`google_nexus9` |`chrome` |1024 x 768 |landscape |Android 5.1
|
810
|
+
`google_nexus10` |`chrome` |1280 x 800 |landscape |Android 5.1
|
811
|
+
`iphone` |`chrome` |320 x 480 |portrait |iOS 9.1
|
812
|
+
`iphone4` |`chrome` |320 x 480 |portrait |iOS 9.1
|
813
|
+
`iphone5` |`chrome` |320 x 568 |portrait |iOS 9.1
|
814
|
+
`iphone6` |`chrome` |375 x 667 |portrait |iOS 9.1
|
815
|
+
`iphone6_plus` |`chrome` |414 x 736 |portrait |iOS 9.1
|
816
|
+
`iphone7` |`chrome` |375 x 667 |portrait |iOS 10
|
817
|
+
`iphone7_plus` |`chrome` |414 x 736 |portrait |iOS 10
|
818
|
+
`iphone7_chrome` |`chrome` |375 x 667 |portrait |iOS 10 - Mobile Chrome browser for iOS
|
819
|
+
`iphone7_firefox` |`chrome` |375 x 667 |portrait |iOS 10 - Mobile Firefox browser for iOS
|
820
|
+
`iphone8` |`chrome` |375 x 667 |portrait |iOS 11
|
821
|
+
`iphone8_plus` |`chrome` |414 x 736 |portrait |iOS 11
|
822
|
+
`iphonex` |`chrome` |375 x 812 |portrait |iOS 11
|
823
|
+
`android_phone` |`chrome` |320 x 480 |portrait |Android 4
|
824
|
+
`nexus6` |`chrome` |411 x 731 |portrait |Android 6
|
825
|
+
`pixel` |`chrome` |411 x 731 |portrait |Android 8
|
826
|
+
`pixel_xl` |`chrome` |411 x 731 |portrait |Android 8
|
827
|
+
`samsung_galaxy_s4` |`chrome` |360 x 640 |portrait |Android 5.0.1
|
828
|
+
`samsung_galaxy_s5` |`chrome` |360 x 640 |portrait |Android 6.0.1
|
829
|
+
`samsung_galaxy_s6` |`chrome` |360 x 640 |portrait |Android 6.0.1
|
830
|
+
`windows_phone7` |`chrome` |320 x 480 |portrait |Windows Phone OS 7.5
|
831
|
+
`windows_phone8` |`chrome` |320 x 480 |portrait |Windows Phone OS 8.0
|
832
|
+
`lumia_950_xl` |`chrome` |360 x 640 |portrait |Windows Phone OS 10
|
833
|
+
`blackberry_z10` |`chrome` |384 x 640 |portrait |BlackBerry 10 OS
|
834
|
+
`blackberry_z30` |`chrome` |360 x 640 |portrait |BlackBerry 10 OS
|
835
|
+
`blackberry_leap` |`chrome` |360 x 640 |portrait |BlackBerry 10 OS
|
836
|
+
`blackberry_passport` |`chrome` |504 x 504 |square |BlackBerry 10 OS
|
833
837
|
|
834
838
|
To change the emulated device's screen orientation from the default setting, set the `ORIENTATION` Environment Variable to either `portrait` or `landscape`.
|
835
839
|
|
@@ -1039,46 +1043,48 @@ service(s) that you intend to connect with.
|
|
1039
1043
|
# NOTE: to host emulated mobile browsers in Chrome set the HOST_BROWSER=chrome
|
1040
1044
|
#==============
|
1041
1045
|
|
1042
|
-
ipad: WEB_BROWSER=ipad HOST_BROWSER=
|
1043
|
-
ipad_pro: WEB_BROWSER=ipad_pro HOST_BROWSER=
|
1044
|
-
ipad_pro_10_5: WEB_BROWSER=ipad_pro_10_5 HOST_BROWSER=
|
1045
|
-
ipad_chrome: WEB_BROWSER=ipad_chrome HOST_BROWSER=
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1046
|
+
ipad: WEB_BROWSER=ipad HOST_BROWSER=chrome <%= mobile %>
|
1047
|
+
ipad_pro: WEB_BROWSER=ipad_pro HOST_BROWSER=chrome <%= mobile %>
|
1048
|
+
ipad_pro_10_5: WEB_BROWSER=ipad_pro_10_5 HOST_BROWSER=chrome <%= mobile %>
|
1049
|
+
ipad_chrome: WEB_BROWSER=ipad_chrome HOST_BROWSER=chrome <%= mobile %>
|
1050
|
+
ipad_firefox: WEB_BROWSER=ipad_firefox HOST_BROWSER=chrome <%= mobile %>
|
1051
|
+
iphone: WEB_BROWSER=iphone HOST_BROWSER=chrome <%= mobile %>
|
1052
|
+
iphone4: WEB_BROWSER=iphone4 HOST_BROWSER=chrome <%= mobile %>
|
1053
|
+
iphone5: WEB_BROWSER=iphone5 HOST_BROWSER=chrome <%= mobile %>
|
1054
|
+
iphone6: WEB_BROWSER=iphone6 HOST_BROWSER=chrome <%= mobile %>
|
1055
|
+
iphone6_plus: WEB_BROWSER=iphone6_plus HOST_BROWSER=chrome <%= mobile %>
|
1056
|
+
iphone7: WEB_BROWSER=iphone7 HOST_BROWSER=chrome <%= mobile %>
|
1057
|
+
iphone7_plus: WEB_BROWSER=iphone7_plus HOST_BROWSER=chrome <%= mobile %>
|
1058
|
+
iphone7_chrome: WEB_BROWSER=iphone7_chrome HOST_BROWSER=chrome <%= mobile %>
|
1059
|
+
iphone7_firefox: WEB_BROWSER=iphone7_firefox HOST_BROWSER=chrome <%= mobile %>
|
1060
|
+
iphone8: WEB_BROWSER=iphone8 HOST_BROWSER=chrome <%= mobile %>
|
1061
|
+
iphone8_plus: WEB_BROWSER=iphone8_plus HOST_BROWSER=chrome <%= mobile %>
|
1062
|
+
iphoneX: WEB_BROWSER=iphonex HOST_BROWSER=chrome <%= mobile %>
|
1063
|
+
android_phone: WEB_BROWSER=android_phone HOST_BROWSER=chrome <%= mobile %>
|
1064
|
+
nexus6: WEB_BROWSER=nexus6 HOST_BROWSER=chrome <%= mobile %>
|
1065
|
+
android_tablet: WEB_BROWSER=android_tablet HOST_BROWSER=chrome <%= mobile %>
|
1066
|
+
kindle_fire: WEB_BROWSER=kindle_fire HOST_BROWSER=chrome <%= mobile %>
|
1067
|
+
kindle_firehd7: WEB_BROWSER=kindle_firehd7 HOST_BROWSER=chrome <%= mobile %>
|
1068
|
+
kindle_firehd8: WEB_BROWSER=kindle_firehd8 HOST_BROWSER=chrome <%= mobile %>
|
1069
|
+
kindle_firehd10: WEB_BROWSER=kindle_firehd10 HOST_BROWSER=chrome <%= tablet %>
|
1070
|
+
surface: WEB_BROWSER=surface HOST_BROWSER=chrome <%= mobile %>
|
1071
|
+
blackberry_playbook: WEB_BROWSER=blackberry_playbook HOST_BROWSER=chrome <%= mobile %>
|
1072
|
+
samsung_galaxy_tab: WEB_BROWSER=samsung_galaxy_tab HOST_BROWSER=chrome <%= mobile %>
|
1073
|
+
google_nexus7: WEB_BROWSER=google_nexus7 HOST_BROWSER=chrome <%= mobile %>
|
1074
|
+
google_nexus9: WEB_BROWSER=google_nexus9 HOST_BROWSER=chrome <%= mobile %>
|
1075
|
+
google_nexus10: WEB_BROWSER=google_nexus10 HOST_BROWSER=chrome <%= mobile %>
|
1076
|
+
samsung_galaxy_s4: WEB_BROWSER=samsung_galaxy_s4 HOST_BROWSER=chrome <%= mobile %>
|
1077
|
+
samsung_galaxy_s5: WEB_BROWSER=samsung_galaxy_s5 HOST_BROWSER=chrome <%= mobile %>
|
1078
|
+
samsung_galaxy_s6: WEB_BROWSER=samsung_galaxy_s6 HOST_BROWSER=chrome <%= mobile %>
|
1079
|
+
pixel: WEB_BROWSER=pixel HOST_BROWSER=chrome <%= mobile %>
|
1080
|
+
pixel_xl: WEB_BROWSER=pixel_xl HOST_BROWSER=chrome <%= mobile %>
|
1081
|
+
windows_phone7: WEB_BROWSER=windows_phone7 HOST_BROWSER=chrome <%= mobile %>
|
1082
|
+
windows_phone8: WEB_BROWSER=windows_phone8 HOST_BROWSER=chrome <%= mobile %>
|
1083
|
+
lumia_950_xl: WEB_BROWSER=lumia_950_xl HOST_BROWSER=chrome <%= mobile %>
|
1084
|
+
blackberry_z10: WEB_BROWSER=blackberry_z10 HOST_BROWSER=chrome <%= mobile %>
|
1085
|
+
blackberry_z30: WEB_BROWSER=blackberry_z30 HOST_BROWSER=chrome <%= mobile %>
|
1086
|
+
blackberry_leap: WEB_BROWSER=blackberry_leap HOST_BROWSER=chrome <%= mobile %>
|
1087
|
+
blackberry_passport: WEB_BROWSER=blackberry_passport HOST_BROWSER=chrome <%= mobile %>
|
1082
1088
|
|
1083
1089
|
|
1084
1090
|
#==============
|
@@ -1117,11 +1123,16 @@ service(s) that you intend to connect with.
|
|
1117
1123
|
bs_mobile: --profile browserstack <%= mobile %>
|
1118
1124
|
|
1119
1125
|
# BrowserStack OS X desktop browser profiles
|
1126
|
+
bs_macos_high_sierra: --profile bs_desktop BS_OS="OS X" BS_OS_VERSION="High Sierra"
|
1127
|
+
bs_ff_high_sierra: --profile bs_macos_high_sierra BS_BROWSER="Firefox"
|
1128
|
+
bs_chrome_high_sierra: --profile bs_macos_high_sierra BS_BROWSER="Chrome"
|
1129
|
+
bs_safari_high_sierra: --profile bs_macos_high_sierra BS_BROWSER="Safari"
|
1130
|
+
|
1120
1131
|
bs_macos_sierra: --profile bs_desktop BS_OS="OS X" BS_OS_VERSION="Sierra"
|
1121
1132
|
bs_ff_sierra: --profile bs_macos_sierra BS_BROWSER="Firefox"
|
1122
1133
|
bs_chrome_sierra: --profile bs_macos_sierra BS_BROWSER="Chrome"
|
1123
1134
|
bs_safari_sierra: --profile bs_macos_sierra BS_BROWSER="Safari"
|
1124
|
-
|
1135
|
+
|
1125
1136
|
bs_osx_el_capitan: --profile bs_desktop BS_OS="OS X" BS_OS_VERSION="El Capitan"
|
1126
1137
|
bs_ff_el_cap: --profile bs_osx_el_capitan BS_BROWSER="Firefox"
|
1127
1138
|
bs_chrome_el_cap: --profile bs_osx_el_capitan BS_BROWSER="Chrome"
|
@@ -1139,7 +1150,7 @@ service(s) that you intend to connect with.
|
|
1139
1150
|
|
1140
1151
|
# BrowserStack Windows desktop browser profiles
|
1141
1152
|
bs_win7: --profile bs_desktop BS_OS="Windows" BS_OS_VERSION="7"
|
1142
|
-
bs_win8: --profile bs_desktop BS_OS="Windows" BS_OS_VERSION="8
|
1153
|
+
bs_win8: --profile bs_desktop BS_OS="Windows" BS_OS_VERSION="8"
|
1143
1154
|
bs_win10: --profile bs_desktop BS_OS="Windows" BS_OS_VERSION="10"
|
1144
1155
|
bs_ff_win7: --profile bs_win7 BS_BROWSER="Firefox"
|
1145
1156
|
bs_ff_win8: --profile bs_win8 BS_BROWSER="Firefox"
|
@@ -1152,51 +1163,62 @@ service(s) that you intend to connect with.
|
|
1152
1163
|
bs_ie11_win7: --profile bs_ie_win7 BS_VERSION="11.0"
|
1153
1164
|
bs_ie10_win7: --profile bs_ie_win7 BS_VERSION="10.0"
|
1154
1165
|
bs_ie9_win7: --profile bs_ie_win7 BS_VERSION="9.0"
|
1155
|
-
|
1156
|
-
|
1166
|
+
bs_ie10_win8: --profile bs_win8 BS_BROWSER="IE" BS_VERSION="10.0"
|
1167
|
+
bs_ie11_win8: --profile bs_desktop BS_OS="Windows" BS_OS_VERSION="8.1" BS_BROWSER="IE" BS_VERSION="11.0"
|
1157
1168
|
bs_ie11_win10: --profile bs_win10 BS_BROWSER="IE" BS_VERSION="11.0"
|
1158
|
-
bs_edge_win10: --profile bs_win10 BS_BROWSER="Edge" BS_VERSION="
|
1169
|
+
bs_edge_win10: --profile bs_win10 BS_BROWSER="Edge" BS_VERSION="15.0"
|
1159
1170
|
|
1160
1171
|
# BrowserStack iOS mobile browser profiles
|
1161
|
-
bs_iphone: --profile bs_mobile BS_PLATFORM=MAC BS_OS=ios BS_BROWSER=iPhone
|
1172
|
+
bs_iphone: --profile bs_mobile BS_PLATFORM=MAC BS_OS=ios BS_BROWSER=iPhone DEVICE_TYPE=phone
|
1162
1173
|
bs_iphone6s_plus: --profile bs_iphone BS_DEVICE="iPhone 6S Plus"
|
1163
1174
|
bs_iphone6s: --profile bs_iphone BS_DEVICE="iPhone 6S"
|
1164
1175
|
bs_iphone6_plus: --profile bs_iphone BS_DEVICE="iPhone 6 Plus"
|
1165
1176
|
bs_iphone6: --profile bs_iphone BS_DEVICE="iPhone 6"
|
1166
1177
|
bs_iphone5s: --profile bs_iphone BS_DEVICE="iPhone 5S"
|
1167
1178
|
bs_iphone4s: --profile bs_iphone BS_DEVICE="iPhone 4S (6.0)"
|
1168
|
-
|
1179
|
+
|
1180
|
+
bs_ipad: --profile bs_mobile BS_PLATFORM=MAC BS_BROWSER=iPad DEVICE_TYPE=tablet
|
1169
1181
|
bs_ipad_pro: --profile bs_ipad BS_DEVICE="iPad Pro"
|
1170
1182
|
bs_ipad_air2: --profile bs_ipad BS_DEVICE="iPad Air 2"
|
1171
1183
|
bs_ipad_air: --profile bs_ipad BS_DEVICE="iPad Air"
|
1172
1184
|
bs_ipad_mini: --profile bs_ipad BS_DEVICE="iPad Mini 4"
|
1173
1185
|
|
1174
1186
|
# BrowserStack iOS real device mobile browser profiles
|
1175
|
-
bs_iphone_device: --profile
|
1176
|
-
|
1177
|
-
|
1187
|
+
bs_iphone_device: --profile bs_iphone BS_REAL_MOBILE="true"
|
1188
|
+
bs_iphone8_plus: --profile bs_iphone_device BS_OS_VERSION="11.0" BS_DEVICE="iPhone 8 Plus"
|
1189
|
+
bs_iphone8: --profile bs_iphone_device BS_OS_VERSION="11.0" BS_DEVICE="iPhone 8"
|
1190
|
+
bs_iphone7_plus: --profile bs_iphone_device BS_OS_VERSION="10.0" BS_DEVICE="iPhone 7 Plus"
|
1191
|
+
bs_iphone7: --profile bs_iphone_device BS_OS_VERSION="10.0" BS_DEVICE="iPhone 7"
|
1192
|
+
|
1193
|
+
bs_ipad_device: --profile bs_ipad BS_REAL_MOBILE="true"
|
1194
|
+
bs_ipad5: --profile bs_ipad_device BS_OS_VERSION="11.0" BS_DEVICE="iPad 5th"
|
1178
1195
|
|
1179
1196
|
# BrowserStack Android mobile browser profiles
|
1180
1197
|
bs_android: --profile bs_mobile BS_PLATFORM=ANDROID BS_BROWSER=android BS_OS=android
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1198
|
+
bs_android_phone: --profile bs_android DEVICE_TYPE=phone
|
1199
|
+
bs_galaxy_s5: --profile bs_android_phone BS_DEVICE="Samsung Galaxy S5"
|
1200
|
+
bs_nexus5: --profile bs_android_phone BS_DEVICE="Google Nexus 5"
|
1201
|
+
bs_moto_razr: --profile bs_android_phone BS_DEVICE="Motorola Razr"
|
1202
|
+
bs_sony_xperia: --profile bs_android_phone BS_DEVICE="Sony Xperia Tipo"
|
1203
|
+
|
1204
|
+
bs_android_tablet: --profile bs_android DEVICE_TYPE=tablet
|
1205
|
+
bs_kindle_fire_hd89: --profile bs_android_tablet BS_DEVICE="Amazon Kindle Fire HD 8.9"
|
1206
|
+
bs_kindle_fire_hdx7: --profile bs_android_tablet BS_DEVICE="Amazon Kindle Fire HDX 7"
|
1207
|
+
bs_kindle_fire2: --profile bs_android_tablet BS_DEVICE="Amazon Kindle Fire 2"
|
1208
|
+
bs_nexus7: --profile bs_android_tablet BS_DEVICE="Google Nexus 7"
|
1189
1209
|
|
1190
1210
|
# BrowserStack Android real device mobile browser profiles
|
1191
1211
|
bs_android_device: --profile bs_mobile BS_BROWSER=android BS_OS=android BS_REAL_MOBILE="true"
|
1192
|
-
bs_google_pixel8: --profile bs_android_device BS_DEVICE="Google Pixel" BS_OS_VERSION="8.0"
|
1193
|
-
bs_google_pixel71: --profile bs_android_device BS_DEVICE="Google Pixel" BS_OS_VERSION="7.1"
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1212
|
+
bs_google_pixel8: --profile bs_android_device BS_DEVICE="Google Pixel" BS_OS_VERSION="8.0" DEVICE_TYPE=phone
|
1213
|
+
bs_google_pixel71: --profile bs_android_device BS_DEVICE="Google Pixel" BS_OS_VERSION="7.1" DEVICE_TYPE=phone
|
1214
|
+
bs_nexus6: --profile bs_android_device BS_DEVICE="Google Nexus 6" DEVICE_TYPE=phone
|
1215
|
+
bs_galaxy_s8_plus: --profile bs_android_device BS_DEVICE="Samsung Galaxy S8 Plus" DEVICE_TYPE=phone
|
1216
|
+
bs_galaxy_s8: --profile bs_android_device BS_DEVICE="Samsung Galaxy S8" DEVICE_TYPE=phone
|
1217
|
+
bs_galaxy_s7: --profile bs_android_device BS_DEVICE="Samsung Galaxy S7" DEVICE_TYPE=phone
|
1218
|
+
bs_galaxy_s6: --profile bs_android_device BS_DEVICE="Samsung Galaxy S6" DEVICE_TYPE=phone
|
1219
|
+
bs_galaxy_note4: --profile bs_android_device BS_DEVICE="Samsung Galaxy Note 4" DEVICE_TYPE=tablet
|
1220
|
+
bs_nexus9: --profile bs_android_device BS_DEVICE="Google Nexus 9" DEVICE_TYPE=tablet
|
1221
|
+
|
1200
1222
|
|
1201
1223
|
#==============
|
1202
1224
|
# profiles for remotely hosted web browsers on the CrossBrowserTesting service
|
data/lib/devices/devices.yml
CHANGED
@@ -1,293 +1,335 @@
|
|
1
1
|
:iphone:
|
2
2
|
:name: "iPhone"
|
3
|
-
:os:
|
3
|
+
:os: ios
|
4
|
+
:type: phone
|
4
5
|
:css_width: 320
|
5
6
|
:css_height: 480
|
6
7
|
:default_orientation: portrait
|
7
8
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
|
8
9
|
:iphone4:
|
9
10
|
:name: "iPhone 4"
|
10
|
-
:os:
|
11
|
+
:os: ios
|
12
|
+
:type: phone
|
11
13
|
:css_width: 320
|
12
14
|
:css_height: 480
|
13
15
|
:default_orientation: portrait
|
14
16
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
|
15
17
|
:iphone5:
|
16
18
|
:name: "iPhone 5"
|
17
|
-
:os:
|
19
|
+
:os: ios
|
20
|
+
:type: phone
|
18
21
|
:css_width: 320
|
19
22
|
:css_height: 568
|
20
23
|
:default_orientation: portrait
|
21
24
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
|
22
25
|
:iphone6:
|
23
26
|
:name: "iPhone 6"
|
24
|
-
:os:
|
27
|
+
:os: ios
|
28
|
+
:type: phone
|
25
29
|
:css_width: 375
|
26
30
|
:css_height: 667
|
27
31
|
:default_orientation: portrait
|
28
32
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
|
29
33
|
:iphone6_plus:
|
30
34
|
:name: "iPhone 6 Plus"
|
31
|
-
:os:
|
35
|
+
:os: ios
|
36
|
+
:type: phone
|
32
37
|
:css_width: 414
|
33
38
|
:css_height: 736
|
34
39
|
:default_orientation: portrait
|
35
40
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"
|
36
41
|
:iphone7:
|
37
42
|
:name: "iPhone 7"
|
38
|
-
:os:
|
43
|
+
:os: ios
|
44
|
+
:type: phone
|
39
45
|
:css_width: 375
|
40
46
|
:css_height: 667
|
41
47
|
:default_orientation: portrait
|
42
48
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.23 (KHTML, like Gecko) Version/10.0 Mobile/14E5239e Safari/602.1"
|
43
49
|
:iphone7_plus:
|
44
50
|
:name: "iPhone 7 Plus"
|
45
|
-
:os:
|
51
|
+
:os: ios
|
52
|
+
:type: phone
|
46
53
|
:css_width: 414
|
47
54
|
:css_height: 736
|
48
55
|
:default_orientation: portrait
|
49
56
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.23 (KHTML, like Gecko) Version/10.0 Mobile/14E5239e Safari/602.1"
|
50
57
|
:iphone7_chrome:
|
51
58
|
:name: "iPhone 7 - Chrome"
|
52
|
-
:os:
|
59
|
+
:os: ios
|
60
|
+
:type: phone
|
53
61
|
:css_width: 375
|
54
62
|
:css_height: 667
|
55
63
|
:default_orientation: portrait
|
56
64
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) CriOS/62.0.3202.70 Mobile/14G60 Safari/602.1"
|
57
65
|
:iphone7_firefox:
|
58
66
|
:name: "iPhone 7 - Firefox"
|
59
|
-
:os:
|
67
|
+
:os: ios
|
68
|
+
:type: phone
|
60
69
|
:css_width: 375
|
61
70
|
:css_height: 667
|
62
71
|
:default_orientation: portrait
|
63
|
-
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/10.
|
72
|
+
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/10.3b7934 Mobile/14G60 Safari/603.3.8"
|
64
73
|
:iphone8:
|
65
74
|
:name: "iPhone 8"
|
66
|
-
:os:
|
75
|
+
:os: ios
|
76
|
+
:type: phone
|
67
77
|
:css_width: 375
|
68
78
|
:css_height: 667
|
69
79
|
:default_orientation: portrait
|
70
80
|
:user_agent: "Mozilla/5.0 (iPhone; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.25 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1"
|
71
81
|
:iphone8_plus:
|
72
82
|
:name: "iPhone 8 Plus"
|
73
|
-
:os:
|
83
|
+
:os: ios
|
84
|
+
:type: phone
|
74
85
|
:css_width: 414
|
75
86
|
:css_height: 736
|
76
87
|
:default_orientation: portrait
|
77
88
|
:user_agent: "Mozilla/5.0 (iPhone; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.25 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1"
|
78
89
|
:iphonex:
|
79
90
|
:name: "iPhone X"
|
80
|
-
:os:
|
91
|
+
:os: ios
|
92
|
+
:type: phone
|
81
93
|
:css_width: 375
|
82
94
|
:css_height: 812
|
83
95
|
:default_orientation: portrait
|
84
96
|
:user_agent: "Mozilla/5.0 (iPhone; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.25 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1"
|
85
97
|
:android_phone:
|
86
98
|
:name: "Generic Android phone"
|
87
|
-
:os:
|
99
|
+
:os: android
|
100
|
+
:type: phone
|
88
101
|
:css_width: 320
|
89
102
|
:css_height: 480
|
90
103
|
:default_orientation: portrait
|
91
104
|
:user_agent: "Mozilla/5.0 (Linux; U; Android 4.0.1; en-us; sdk Build/ICS_MR0) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30"
|
92
105
|
nexus6:
|
93
106
|
:name: "Nexus 6 or 6P phone"
|
94
|
-
:os:
|
107
|
+
:os: android
|
108
|
+
:type: phone
|
95
109
|
:css_width: 411
|
96
110
|
:css_height: 731
|
97
111
|
:default_orientation: portrait
|
98
112
|
:user_agent: "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 6P Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36"
|
99
113
|
:samsung_galaxy_s4:
|
100
114
|
:name: "Samsung Galaxy S4"
|
101
|
-
:os:
|
115
|
+
:os: android
|
116
|
+
:type: phone
|
102
117
|
:css_width: 360
|
103
118
|
:css_height: 640
|
104
119
|
:default_orientation: portrait
|
105
120
|
:user_agent: "Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG SCH-I545 4G Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36"
|
106
121
|
:samsung_galaxy_s5:
|
107
122
|
:name: "Samsung Galaxy S5"
|
108
|
-
:os:
|
123
|
+
:os: android
|
124
|
+
:type: phone
|
109
125
|
:css_width: 360
|
110
126
|
:css_height: 640
|
111
127
|
:default_orientation: portrait
|
112
128
|
:user_agent: "Mozilla/5.0 (Linux; Android 6.0.1; SM-G900V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36"
|
113
129
|
:samsung_galaxy_s6:
|
114
130
|
:name: "Samsung Galaxy S6 Edge"
|
115
|
-
:os:
|
131
|
+
:os: android
|
132
|
+
:type: phone
|
116
133
|
:css_width: 360
|
117
134
|
:css_height: 640
|
118
135
|
:default_orientation: portrait
|
119
136
|
:user_agent: "Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G925F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36"
|
120
137
|
:pixel:
|
121
138
|
:name: "Google Pixel phone"
|
122
|
-
:os:
|
139
|
+
:os: android
|
140
|
+
:type: phone
|
123
141
|
:css_width: 411
|
124
142
|
:css_height: 731
|
125
143
|
:default_orientation: portrait
|
126
144
|
:user_agent: "Mozilla/5.0 (Linux; Android 8.0.0; Pixel Build/OPP3.170518.006) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.66 Mobile Safari/537.36"
|
127
145
|
:pixel_xl:
|
128
146
|
:name: "Google Pixel XL phone"
|
129
|
-
:os:
|
147
|
+
:os: android
|
148
|
+
:type: phone
|
130
149
|
:css_width: 411
|
131
150
|
:css_height: 731
|
132
151
|
:default_orientation: portrait
|
133
152
|
:user_agent: "Mozilla/5.0 (Linux; Android 8.0.0; Pixel XL Build/OPR6.170623.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.116 Mobile Safari/537.36"
|
134
153
|
:windows_phone8:
|
135
154
|
:name: "Generic Windows 8 phone"
|
136
|
-
:os:
|
155
|
+
:os: windows
|
156
|
+
:type: phone
|
137
157
|
:css_width: 320
|
138
158
|
:css_height: 480
|
139
159
|
:default_orientation: portrait
|
140
160
|
:user_agent: "Mozilla/5.0 (compatible; MSIE 10.0; Windows Phone 8.0; Trident/6.0; IEMobile/10.0; ARM; Touch; NOKIA; Lumia 920)"
|
141
161
|
:windows_phone7:
|
142
162
|
:name: "Generic Windows 7 phone"
|
143
|
-
:os:
|
163
|
+
:os: windows
|
164
|
+
:type: phone
|
144
165
|
:css_width: 320
|
145
166
|
:css_height: 480
|
146
167
|
:default_orientation: portrait
|
147
168
|
:user_agent: "Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Lumia 710)"
|
148
169
|
:lumia_950_xl:
|
149
170
|
:name: "Microsoft Lumia 950 XL"
|
150
|
-
:os:
|
171
|
+
:os: windows
|
172
|
+
:type: phone
|
151
173
|
:css_width: 360
|
152
174
|
:css_height: 640
|
153
175
|
:default_orientation: portrait
|
154
176
|
:user_agent: "Mozilla/5.0 (Windows Phone 10.0; Android 4.2; Microsoft; Lumia 950 XL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Mobile Safari/537.36 Edge/12.10240"
|
155
177
|
:blackberry_z10:
|
156
178
|
:name: "Blackberry Z10"
|
157
|
-
:os:
|
179
|
+
:os: blackberry
|
180
|
+
:type: phone
|
158
181
|
:css_width: 384
|
159
182
|
:css_height: 640
|
160
183
|
:default_orientation: portrait
|
161
184
|
:user_agent: "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+"
|
162
185
|
:blackberry_z30:
|
163
186
|
:name: "Blackberry Z30"
|
164
|
-
:os:
|
187
|
+
:os: blackberry
|
188
|
+
:type: phone
|
165
189
|
:css_width: 360
|
166
190
|
:css_height: 640
|
167
191
|
:default_orientation: portrait
|
168
192
|
:user_agent: "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.10+ (KHTML, like Gecko) Version/10.0.9.2372 Mobile Safari/537.10+"
|
169
193
|
:blackberry_leap:
|
170
194
|
:name: "Blackberry Leap"
|
171
|
-
:os:
|
195
|
+
:os: blackberry
|
196
|
+
:type: phone
|
172
197
|
:css_width: 360
|
173
198
|
:css_height: 640
|
174
199
|
:default_orientation: portrait
|
175
200
|
:user_agent: "Mozilla/5.0 (BB10; Touch) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.2.0.1791 Mobile Safari/537.35+"
|
176
201
|
:ipad:
|
177
202
|
:name: "iPad"
|
178
|
-
:os:
|
203
|
+
:os: ios
|
204
|
+
:type: tablet
|
179
205
|
:css_width: 1024
|
180
206
|
:css_height: 768
|
181
207
|
:default_orientation: landscape
|
182
208
|
:user_agent: "Mozilla/5.0 (iPad; CPU OS 10_3 like Mac OS X) AppleWebKit/603.1.23 (KHTML, like Gecko) Version/10.0 Mobile/14E5239e Safari/602.1"
|
183
209
|
:ipad_pro:
|
184
210
|
:name: "iPad Pro"
|
185
|
-
:os:
|
211
|
+
:os: ios
|
212
|
+
:type: tablet
|
186
213
|
:css_width: 1366
|
187
214
|
:css_height: 1024
|
188
215
|
:default_orientation: landscape
|
189
216
|
:user_agent: "Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.25 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1"
|
190
217
|
:ipad_pro_10_5:
|
191
218
|
:name: "iPad Pro 10.5 in."
|
192
|
-
:os:
|
219
|
+
:os: ios
|
220
|
+
:type: tablet
|
193
221
|
:css_width: 1112
|
194
222
|
:css_height: 834
|
195
223
|
:default_orientation: landscape
|
196
224
|
:user_agent: "Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.25 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1"
|
197
225
|
:ipad_chrome:
|
198
226
|
:name: "iPad - Chrome"
|
199
|
-
:os:
|
227
|
+
:os: ios
|
228
|
+
:type: tablet
|
200
229
|
:css_width: 1024
|
201
230
|
:css_height: 768
|
202
231
|
:default_orientation: landscape
|
203
232
|
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) CriOS/62.0.3202.70 Mobile/14G60 Safari/602.1"
|
204
233
|
:ipad_firefox:
|
205
234
|
:name: "iPad - Firefox"
|
206
|
-
:os:
|
235
|
+
:os: ios
|
236
|
+
:type: tablet
|
207
237
|
:css_width: 1024
|
208
238
|
:css_height: 768
|
209
239
|
:default_orientation: landscape
|
210
|
-
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/10.
|
240
|
+
:user_agent: "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/10.3b7934 Mobile/14G60 Safari/603.3.8"
|
211
241
|
:android_tablet:
|
212
242
|
:name: "Generic Android tablet"
|
213
|
-
:os:
|
243
|
+
:os: android
|
244
|
+
:type: tablet
|
214
245
|
:css_width: 1024
|
215
246
|
:css_height: 768
|
216
247
|
:default_orientation: landscape
|
217
248
|
:user_agent: "Mozilla/5.0 (Linux; U; Android 3.0; en-us; GT-P7100 Build/HRI83) AppleWebkit/534.13 (KHTML, like Gecko) Version/4.0 Safari/534.13"
|
218
249
|
:kindle_fire:
|
219
250
|
:name: "Kindle Fire"
|
220
|
-
:os:
|
251
|
+
:os: kindle
|
252
|
+
:type: tablet
|
221
253
|
:css_width: 1024
|
222
254
|
:css_height: 600
|
223
255
|
:default_orientation: landscape
|
224
256
|
:user_agent: "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.0.141.16-Gen4_11004310) AppleWebkit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true"
|
225
257
|
:kindle_firehd7:
|
226
258
|
:name: "Kindle Fire HD 7"
|
227
|
-
:os:
|
259
|
+
:os: kindle
|
260
|
+
:type: tablet
|
228
261
|
:css_width: 800
|
229
262
|
:css_height: 480
|
230
263
|
:default_orientation: landscape
|
231
264
|
:user_agent: "Mozilla/5.0 (Linux; U; en-us; KFTHWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated=true"
|
232
265
|
:kindle_firehd8:
|
233
266
|
:name: "Kindle Fire HD 8 or 9"
|
234
|
-
:os:
|
267
|
+
:os: kindle
|
268
|
+
:type: tablet
|
235
269
|
:css_width: 1280
|
236
270
|
:css_height: 800
|
237
271
|
:default_orientation: landscape
|
238
272
|
:user_agent: "Mozilla/5.0 (Linux; U; en-us; KFAPWI Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Silk/3.13 Safari/535.19 Silk-Accelerated=true"
|
239
273
|
:kindle_firehd10:
|
240
274
|
:name: "Kindle Fire HD 10"
|
241
|
-
:os:
|
275
|
+
:os: kindle
|
276
|
+
:type: tablet
|
242
277
|
:css_width: 1920
|
243
278
|
:css_height: 1200
|
244
279
|
:default_orientation: landscape
|
245
280
|
:user_agent: "Mozilla/5.0 (Linux; Android 5.1.1; KFTBWI Build/LMY47O) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/41.51020.2250.0238 Safari/537.36"
|
246
281
|
:surface:
|
247
282
|
:name: "Microsoft Surface"
|
248
|
-
:os:
|
283
|
+
:os: windows
|
284
|
+
:type: tablet
|
249
285
|
:css_width: 1366
|
250
286
|
:css_height: 768
|
251
287
|
:default_orientation: landscape
|
252
288
|
:user_agent: "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; ARM; Trident/6.0; Touch)"
|
253
289
|
:blackberry_playbook:
|
254
290
|
:name: "Blackberry Playbook"
|
255
|
-
:os:
|
291
|
+
:os: blackberry
|
292
|
+
:type: tablet
|
256
293
|
:css_width: 1024
|
257
294
|
:css_height: 600
|
258
295
|
:default_orientation: landscape
|
259
296
|
:user_agent: "Mozilla/5.0 (PlayBook; U; RIM Tablet OS 2.1.0; en-US) AppleWebKit/536.2+ (KHTML like Gecko) Version/7.2.1.0 Safari/536.2+"
|
260
297
|
:blackberry_passport:
|
261
298
|
:name: "Blackberry Passport"
|
262
|
-
:os:
|
299
|
+
:os: blackberry
|
300
|
+
:type: tablet
|
263
301
|
:css_width: 504
|
264
302
|
:css_height: 504
|
265
303
|
:default_orientation: portrait
|
266
304
|
:user_agent: "Mozilla/5.0 (Linux; U; Android 4.3; en-us; Passport Build/10.3.2.148) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30"
|
267
305
|
:samsung_galaxy_tab:
|
268
306
|
:name: "Samsung Galaxy Tab series"
|
269
|
-
:os:
|
307
|
+
:os: android
|
308
|
+
:type: tablet
|
270
309
|
:css_width: 1280
|
271
310
|
:css_height: 800
|
272
311
|
:default_orientation: landscape
|
273
312
|
:user_agent: "Mozilla/5.0 (Linux; Android 4.0.4; GT-P6800 Build/IMM76D) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36"
|
274
313
|
:google_nexus7:
|
275
314
|
:name: "Nexus 7 series"
|
276
|
-
:os:
|
315
|
+
:os: android
|
316
|
+
:type: tablet
|
277
317
|
:css_width: 960
|
278
318
|
:css_height: 600
|
279
319
|
:default_orientation: landscape
|
280
320
|
:user_agent: "Mozilla/5.0 (Linux; Android 4.4.4; Nexus 7 Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.111 Safari/537.36"
|
281
321
|
:google_nexus9:
|
282
322
|
:name: "Nexus 9 series"
|
283
|
-
:os:
|
323
|
+
:os: android
|
324
|
+
:type: tablet
|
284
325
|
:css_width: 1024
|
285
326
|
:css_height: 768
|
286
327
|
:default_orientation: landscape
|
287
328
|
:user_agent: "Mozilla/5.0 (Linux; Android 5.1.1; Nexus 9 Build/LMY48I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.84 Safari/537.36"
|
288
329
|
:google_nexus10:
|
289
330
|
:name: "Nexus 10 series"
|
290
|
-
:os:
|
331
|
+
:os: android
|
332
|
+
:type: tablet
|
291
333
|
:css_width: 1280
|
292
334
|
:css_height: 800
|
293
335
|
:default_orientation: landscape
|