module Orientation
Constants
- LANDSCAPE
- PORTRAIT
Public Instance Methods
enum_values()
click to toggle source
# File lib/applitools/selenium/orientations.rb, line 18 def enum_values [PORTRAIT, LANDSCAPE] end