# File lib/selenium/webdriver/remote/bridge.rb, line 158
        def setVisible(bool)
          execute :setVisible, {}, bool
        end