# File lib/webrat/selenium/selenium_session.rb, line 194
    def selenium
      return $browser if $browser
      setup
      $browser
    end