Module: Orientation
- Extended by:
- Orientation
- Included in:
- Orientation
- Defined in:
- lib/applitools/selenium/orientations.rb
Constant Summary collapse
- PORTRAIT =
- 'portrait'
- LANDSCAPE =
- 'landscape'
Instance Method Summary collapse
Instance Method Details
#enum_values ⇒ Object
| 18 19 20 | # File 'lib/applitools/selenium/orientations.rb', line 18 def enum_values [PORTRAIT, LANDSCAPE] end |