Module: IosDeviceNameGenerated
- Extended by:
- IosDeviceNameGenerated
- Included in:
- IosDeviceName, IosDeviceNameGenerated
- Defined in:
- lib/applitools/selenium/visual_grid/ios_device_name_generated.rb
Overview
GENERATED FILE #
Constant Summary collapse
- IPad_7 =
'iPad (7th generation)'.freeze
- IPad_9 =
'iPad (9th generation)'.freeze
- IPad_10 =
'iPad (10th generation)'.freeze
- IPad_mini_6 =
'iPad mini (6th generation)'.freeze
- IPad_Air_4 =
'iPad Air (4th generation)'.freeze
- IPad_Pro_3 =
Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead. deprecate_constant :IPad_Pro_3 not allow to point to new version (
'iPad Pro (12.9-inch) (3rd generation)'.freeze
- IPad_Pro_12_9_inch_3 =
'iPad Pro (12.9-inch) (3rd generation)'.freeze
- IPad_Pro_4 =
Deprecated: Use IosDeviceName::IPad_Pro_11_inch_4 instead. deprecate_constant :IPad_Pro_4 not allow to point to new version (
'iPad Pro (11-inch) (4th generation)'.freeze
- IPad_Pro_11_inch_4 =
'iPad Pro (11-inch) (4th generation)'.freeze
- IPhone_SE_2 =
'iPhone SE (2nd generation)'.freeze
- IPhone_SE_3 =
'iPhone SE (3rd generation)'.freeze
- IPhone_XR =
'iPhone XR'.freeze
- IPhone_XS =
Deprecated: Use IosDeviceName::IPhone_Xs instead. deprecate_constant :IPhone_XS not allow to point to new version (
'iPhone Xs'.freeze
- IPhone_Xs =
'iPhone Xs'.freeze
- IPhone_11 =
'iPhone 11'.freeze
- IPhone_11_Pro_Max =
'iPhone 11 Pro Max'.freeze
- IPhone_11_Pro =
'iPhone 11 Pro'.freeze
- IPhone_12 =
'iPhone 12'.freeze
- IPhone_12_mini =
'iPhone 12 mini'.freeze
- IPhone_12_Pro_Max =
'iPhone 12 Pro Max'.freeze
- IPhone_12_Pro =
'iPhone 12 Pro'.freeze
- IPhone_13 =
'iPhone 13'.freeze
- IPhone_13_mini =
'iPhone 13 mini'.freeze
- IPhone_13_Pro_Max =
'iPhone 13 Pro Max'.freeze
- IPhone_13_Pro =
'iPhone 13 Pro'.freeze
- IPhone_14 =
'iPhone 14'.freeze
- IPhone_14_Pro_Max =
'iPhone 14 Pro Max'.freeze
- IPhone_14_Pro =
'iPhone 14 Pro'.freeze
- IPhone_14_Plus =
'iPhone 14 Plus'.freeze
- IPhone_15 =
'iPhone 15'.freeze
- IPhone_15_Pro_Max =
'iPhone 15 Pro Max'.freeze
- IPhone_15_Pro =
'iPhone 15 Pro'.freeze
- IPhone_15_Plus =
'iPhone 15 Plus'.freeze
- IPhone_16 =
'iPhone 16'.freeze
- IPhone_16_Pro_Max =
'iPhone 16 Pro Max'.freeze
- IPhone_16_Pro =
'iPhone 16 Pro'.freeze
- IPhone_16_Plus =
'iPhone 16 Plus'.freeze
Instance Method Summary collapse
Instance Method Details
#enum_values ⇒ Object
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
# File 'lib/applitools/selenium/visual_grid/ios_device_name_generated.rb', line 52 def enum_values [ IPad_7, IPad_9, IPad_10, IPad_mini_6, IPad_Air_4, IPad_Pro_3, # Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead. IPad_Pro_12_9_inch_3, IPad_Pro_4, # Deprecated: Use IosDeviceName::IPad_Pro_11_inch_4 instead. IPad_Pro_11_inch_4, IPhone_SE_2, IPhone_SE_3, IPhone_XR, IPhone_XS, # Deprecated: Use IosDeviceName::IPhone_Xs instead. IPhone_Xs, IPhone_11, IPhone_11_Pro_Max, IPhone_11_Pro, IPhone_12, IPhone_12_mini, IPhone_12_Pro_Max, IPhone_12_Pro, IPhone_13, IPhone_13_mini, IPhone_13_Pro_Max, IPhone_13_Pro, IPhone_14, IPhone_14_Pro_Max, IPhone_14_Pro, IPhone_14_Plus, IPhone_15, IPhone_15_Pro_Max, IPhone_15_Pro, IPhone_15_Plus, IPhone_16, IPhone_16_Pro_Max, IPhone_16_Pro, IPhone_16_Plus, ] end |