module DeviceNameGenerated

GENERATED FILE #

Constants

BlackBerry_Z30
Blackberry_PlayBook
Galaxy_A5
Galaxy_A52s
Galaxy_Note_10
Galaxy_Note_10_Plus
Galaxy_Note_2
Galaxy_Note_3
Galaxy_Note_4
Galaxy_Note_8
Galaxy_Note_9
Galaxy_Note_II
Galaxy_S10
Galaxy_S10_Plus
Galaxy_S20
Galaxy_S21
Galaxy_S21_Ultra
Galaxy_S22
Galaxy_S22_Ultra
Galaxy_S23
Galaxy_S23_Ultra
Galaxy_S3
Galaxy_S5
Galaxy_S8
Galaxy_S8_Plus
Galaxy_S9
Galaxy_S9_Plus
Galaxy_S_III
Galaxy_Tab_A7_SM_T500
Galaxy_Tab_A8
Galaxy_Tab_A_SM_T510
Galaxy_Tab_S7
Galaxy_Tab_S8
Huawei_Mate_50_Pro
Huawei_Matepad_11
Huawei_P30
Huawei_P40
IPad
IPad_10th_Gen
IPad_6th_Gen
IPad_7th_Gen
IPad_8th_Gen
IPad_Air_2
IPad_Mini
IPad_Mini_4th_Gen
IPad_Mini_6th_Gen
IPad_Pro
IPhone_11
IPhone_11_Pro
IPhone_11_Pro_Max
IPhone_13_Mini
IPhone_14_Plus
IPhone_14_Pro
IPhone_15_Pro
IPhone_4
IPhone_5SE
IPhone_5S_E

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

IPhone_6_7_8
IPhone_6_7_8_Plus
IPhone_SE_3rd_Gen
IPhone_X
IPhone_XR
IPhone_XS
IPhone_XS_Max
Kindle_Fire_HDX
LG_G6
LG_Optimus_L70
Laptop_with_HiDPI_screen
Laptop_with_MDPI_screen
Laptop_with_touch
Microsoft_Lumia_550
Microsoft_Lumia_950
Nexus_10
Nexus_4
Nexus_5
Nexus_5X
Nexus_6
Nexus_6P
Nexus_7
Nokia_Lumia_520
Nokia_N9
OnePlus_7T
OnePlus_7T_Pro
Pixel_2
Pixel_2_XL
Pixel_3
Pixel_3_XL
Pixel_4
Pixel_4_XL
Pixel_5
Samsung_Galaxy_A5
Samsung_Galaxy_S8
Sony_Xperia_10_II
Xiaomi_Mi_A3
Xiaomi_Mi_Poco_X3_Pro
Xiaomi_Poco_X3
Xiaomi_Redmi_Note_8

Public Instance Methods

enum_values() click to toggle source
# 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