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