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_6_7_8 =
'iPhone 6/7/8'.freeze
IPhone_6_7_8_Plus =
'iPhone 6/7/8 Plus'.freeze
IPhone_X =
'iPhone X'.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
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
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

Instance Method Summary collapse

Instance Method Details

#enum_valuesObject



84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
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
# File 'lib/applitools/selenium/device_name_generated.rb', line 84

def enum_values
  [
    IPhone_4,
    IPhone_5SE,
    IPhone_5S_E, # Deprecated: Use DeviceName::IPhone_5SE instead.
    IPhone_6_7_8,
    IPhone_6_7_8_Plus,
    IPhone_X,
    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,
    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,
    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,
  ]
end