# File lib/selenium/webdriver/android/bridge.rb, line 30
        def setScreenOrientation(orientation)
          execute :setScreenOrientation, {}, :orientation => orientation
        end