Module: DeviceNameGenerated

Extended by:
DeviceNameGenerated
Included in:
DeviceNameGenerated, Devices
Defined in:
lib/applitools/selenium/device_name_generated.rb

Overview

GENERATED FILE #

Constant Summary collapse

IPhone_4 =
'iPhone 4'.freeze
IPhone_5SE =
'iPhone 5/SE'.freeze
IPhone_5S_E =

Deprecated: Use DeviceName::IPhone_5SE instead. deprecate_constant :IPhone_5S_E not allow to point to new version (

'iPhone 5/SE'.freeze
IPhone_SE_3rd_Gen =
'iPhone SE 3rd Gen'.freeze
IPhone_6_7_8 =
'iPhone 6/7/8'.freeze
IPhone_6_7_8_Plus =
'iPhone 6/7/8 Plus'.freeze
IPhone_X =
'iPhone X'.freeze
IPhone_13_Mini =
'iPhone 13 Mini'.freeze
IPhone_14_Plus =
'iPhone 14 Plus'.freeze
IPhone_14_Pro =
'iPhone 14 Pro'.freeze
IPhone_15_Pro =
'iPhone 15 Pro'.freeze
BlackBerry_Z30 =
'BlackBerry Z30'.freeze
Nexus_4 =
'Nexus 4'.freeze
Nexus_5 =
'Nexus 5'.freeze
Nexus_5X =
'Nexus 5X'.freeze
Nexus_6 =
'Nexus 6'.freeze
Nexus_6P =
'Nexus 6P'.freeze
Pixel_2 =
'Pixel 2'.freeze
Pixel_2_XL =
'Pixel 2 XL'.freeze
LG_Optimus_L70 =
'LG Optimus L70'.freeze
Nokia_N9 =
'Nokia N9'.freeze
Nokia_Lumia_520 =
'Nokia Lumia 520'.freeze
Microsoft_Lumia_550 =
'Microsoft Lumia 550'.freeze
Microsoft_Lumia_950 =
'Microsoft Lumia 950'.freeze
Galaxy_S3 =
'Galaxy S3'.freeze
Galaxy_S_III =
'Galaxy S III'.freeze
Galaxy_S5 =
'Galaxy S5'.freeze
Kindle_Fire_HDX =
'Kindle Fire HDX'.freeze
IPad_Mini =
'iPad Mini'.freeze
IPad =
'iPad'.freeze
IPad_Pro =
'iPad Pro'.freeze
IPad_8th_Gen =
'iPad 8th Gen'.freeze
IPad_10th_Gen =
'iPad 10th Gen'.freeze
IPad_Mini_4th_Gen =
'iPad Mini 4th Gen'.freeze
IPad_Mini_6th_Gen =
'iPad Mini 6th Gen'.freeze
Blackberry_PlayBook =
'Blackberry PlayBook'.freeze
Nexus_10 =
'Nexus 10'.freeze
Nexus_7 =
'Nexus 7'.freeze
Galaxy_Note_3 =
'Galaxy Note 3'.freeze
Galaxy_Note_II =
'Galaxy Note II'.freeze
Galaxy_Note_2 =
'Galaxy Note 2'.freeze
Galaxy_S20 =
'Galaxy S20'.freeze
Galaxy_S22 =
'Galaxy S22'.freeze
Galaxy_S21 =
'Galaxy S21'.freeze
Galaxy_S21_Ultra =
'Galaxy S21 Ultra'.freeze
Galaxy_S22_Ultra =
'Galaxy S22 Ultra'.freeze
Laptop_with_touch =
'Laptop with touch'.freeze
Laptop_with_HiDPI_screen =
'Laptop with HiDPI screen'.freeze
Laptop_with_MDPI_screen =
'Laptop with MDPI screen'.freeze
IPhone_XR =
'iPhone XR'.freeze
IPhone_XS_Max =
'iPhone XS Max'.freeze
IPhone_XS =
'iPhone XS'.freeze
Samsung_Galaxy_A5 =
'Samsung Galaxy A5'.freeze
Galaxy_A5 =
'Galaxy A5'.freeze
Samsung_Galaxy_S8 =
'Samsung Galaxy S8'.freeze
Galaxy_S8 =
'Galaxy S8'.freeze
LG_G6 =
'LG G6'.freeze
IPad_Air_2 =
'iPad Air 2'.freeze
IPad_6th_Gen =
'iPad 6th Gen'.freeze
IPhone_11 =
'iPhone 11'.freeze
IPhone_11_Pro_Max =
'iPhone 11 Pro Max'.freeze
IPhone_11_Pro =
'iPhone 11 Pro'.freeze
Galaxy_S10 =
'Galaxy S10'.freeze
Galaxy_S9_Plus =
'Galaxy S9 Plus'.freeze
Galaxy_S9 =
'Galaxy S9'.freeze
Galaxy_S10_Plus =
'Galaxy S10 Plus'.freeze
Galaxy_S8_Plus =
'Galaxy S8 Plus'.freeze
Galaxy_Note_10 =
'Galaxy Note 10'.freeze
Galaxy_Note_10_Plus =
'Galaxy Note 10 Plus'.freeze
Galaxy_Note_9 =
'Galaxy Note 9'.freeze
Galaxy_Note_8 =
'Galaxy Note 8'.freeze
Galaxy_Note_4 =
'Galaxy Note 4'.freeze
Galaxy_Tab_A_SM_T510 =
'Galaxy Tab A SM-T510'.freeze
Galaxy_Tab_A7_SM_T500 =
'Galaxy Tab A7 SM-T500'.freeze
Galaxy_Tab_S8 =
'Galaxy Tab S8'.freeze
Galaxy_Tab_A8 =
'Galaxy Tab A8'.freeze
Galaxy_S23 =
'Galaxy S23'.freeze
Galaxy_S23_Ultra =
'Galaxy S23 Ultra'.freeze
Galaxy_A52s =
'Galaxy A52s'.freeze
Pixel_3 =
'Pixel 3'.freeze
Pixel_3_XL =
'Pixel 3 XL'.freeze
Pixel_4 =
'Pixel 4'.freeze
Pixel_4_XL =
'Pixel 4 XL'.freeze
Pixel_5 =
'Pixel 5'.freeze
IPad_7th_Gen =
'iPad 7th Gen'.freeze
OnePlus_7T =
'OnePlus 7T'.freeze
OnePlus_7T_Pro =
'OnePlus 7T Pro'.freeze
Galaxy_Tab_S7 =
'Galaxy Tab S7'.freeze
Sony_Xperia_10_II =
'Sony Xperia 10 II'.freeze
Huawei_Mate_50_Pro =
'Huawei Mate 50 Pro'.freeze
Huawei_Matepad_11 =
'Huawei Matepad 11'.freeze
Huawei_P30 =
'Huawei P30'.freeze
Xiaomi_Mi_A3 =
'Xiaomi Mi A3'.freeze
Huawei_P40 =
'Huawei P40'.freeze
Xiaomi_Redmi_Note_8 =
'Xiaomi Redmi Note 8'.freeze
Xiaomi_Mi_Poco_X3_Pro =
'Xiaomi Mi Poco X3 Pro'.freeze
Xiaomi_Poco_X3 =
'Xiaomi Poco X3'.freeze

Instance Method Summary collapse

Instance Method Details

#enum_valuesObject



106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/applitools/selenium/device_name_generated.rb', line 106

def enum_values
  [
    IPhone_4,
    IPhone_5SE,
    IPhone_5S_E, # Deprecated: Use DeviceName::IPhone_5SE instead.
    IPhone_SE_3rd_Gen,
    IPhone_6_7_8,
    IPhone_6_7_8_Plus,
    IPhone_X,
    IPhone_13_Mini,
    IPhone_14_Plus,
    IPhone_14_Pro,
    IPhone_15_Pro,
    BlackBerry_Z30,
    Nexus_4,
    Nexus_5,
    Nexus_5X,
    Nexus_6,
    Nexus_6P,
    Pixel_2,
    Pixel_2_XL,
    LG_Optimus_L70,
    Nokia_N9,
    Nokia_Lumia_520,
    Microsoft_Lumia_550,
    Microsoft_Lumia_950,
    Galaxy_S3,
    Galaxy_S_III,
    Galaxy_S5,
    Kindle_Fire_HDX,
    IPad_Mini,
    IPad,
    IPad_Pro,
    IPad_8th_Gen,
    IPad_10th_Gen,
    IPad_Mini_4th_Gen,
    IPad_Mini_6th_Gen,
    Blackberry_PlayBook,
    Nexus_10,
    Nexus_7,
    Galaxy_Note_3,
    Galaxy_Note_II,
    Galaxy_Note_2,
    Galaxy_S20,
    Galaxy_S22,
    Galaxy_S21,
    Galaxy_S21_Ultra,
    Galaxy_S22_Ultra,
    Laptop_with_touch,
    Laptop_with_HiDPI_screen,
    Laptop_with_MDPI_screen,
    IPhone_XR,
    IPhone_XS_Max,
    IPhone_XS,
    Samsung_Galaxy_A5,
    Galaxy_A5,
    Samsung_Galaxy_S8,
    Galaxy_S8,
    LG_G6,
    IPad_Air_2,
    IPad_6th_Gen,
    IPhone_11,
    IPhone_11_Pro_Max,
    IPhone_11_Pro,
    Galaxy_S10,
    Galaxy_S9_Plus,
    Galaxy_S9,
    Galaxy_S10_Plus,
    Galaxy_S8_Plus,
    Galaxy_Note_10,
    Galaxy_Note_10_Plus,
    Galaxy_Note_9,
    Galaxy_Note_8,
    Galaxy_Note_4,
    Galaxy_Tab_A_SM_T510,
    Galaxy_Tab_A7_SM_T500,
    Galaxy_Tab_S8,
    Galaxy_Tab_A8,
    Galaxy_S23,
    Galaxy_S23_Ultra,
    Galaxy_A52s,
    Pixel_3,
    Pixel_3_XL,
    Pixel_4,
    Pixel_4_XL,
    Pixel_5,
    IPad_7th_Gen,
    OnePlus_7T,
    OnePlus_7T_Pro,
    Galaxy_Tab_S7,
    Sony_Xperia_10_II,
    Huawei_Mate_50_Pro,
    Huawei_Matepad_11,
    Huawei_P30,
    Xiaomi_Mi_A3,
    Huawei_P40,
    Xiaomi_Redmi_Note_8,
    Xiaomi_Mi_Poco_X3_Pro,
    Xiaomi_Poco_X3,
  ]
end