module AndroidDeviceNameGenerated
GENERATED FILE #
Constants
- Galaxy_Note_10
- Galaxy_Note_10_Plus
- Galaxy_S10
- Galaxy_S10_Plus
- Galaxy_S20
- Galaxy_S20_PLUS
Deprecated: Use AndroidDeviceName::Galaxy_S20_Plus instead. deprecate_constant :Galaxy_S20_PLUS not allow to point to new version (
- Galaxy_S20_Plus
- Galaxy_S21
- Galaxy_S21_PLUS
Deprecated: Use AndroidDeviceName::Galaxy_S21_Plus instead. deprecate_constant :Galaxy_S21_PLUS not allow to point to new version (
- Galaxy_S21_Plus
- Galaxy_S21_ULTRA
Deprecated: Use AndroidDeviceName::Galaxy_S21_Ultra instead. deprecate_constant :Galaxy_S21_ULTRA not allow to point to new version (
- Galaxy_S21_Ultra
- Galaxy_S22
- Galaxy_S22_Plus
- Galaxy_S9
- Galaxy_Tab_S7
- Galaxy_Tab_S8
- Huawei_P30_Lite
- Pixel_3_XL
- Pixel_4
- Pixel_4_XL
- Pixel_5
- Pixel_6
- Sony_Xperia_10_II
- Sony_Xperia_1_II
- Sony_Xperia_Ace_II
- Xiaomi_Redmi_Note_10_JE
- Xiaomi_Redmi_Note_11
- Xiaomi_Redmi_Note_11_Pro
Public Instance Methods
enum_values()
click to toggle source
# File lib/applitools/selenium/visual_grid/android_device_name_generated.rb, line 44 def enum_values [ Galaxy_S20, Galaxy_S20_Plus, Galaxy_S20_PLUS, # Deprecated: Use AndroidDeviceName::Galaxy_S20_Plus instead. Galaxy_S21_Ultra, Galaxy_S21_ULTRA, # Deprecated: Use AndroidDeviceName::Galaxy_S21_Ultra instead. Galaxy_Note_10_Plus, Galaxy_S9, Galaxy_S10, Galaxy_S10_Plus, Pixel_4_XL, Pixel_3_XL, Galaxy_S21, Galaxy_S21_Plus, Galaxy_S21_PLUS, # Deprecated: Use AndroidDeviceName::Galaxy_S21_Plus instead. Xiaomi_Redmi_Note_11_Pro, Xiaomi_Redmi_Note_11, Xiaomi_Redmi_Note_10_JE, Pixel_6, Galaxy_Note_10, Pixel_4, Pixel_5, Galaxy_S22, Galaxy_S22_Plus, Galaxy_Tab_S8, Galaxy_Tab_S7, Sony_Xperia_10_II, Sony_Xperia_1_II, Sony_Xperia_Ace_II, Huawei_P30_Lite, ] end