# File lib/selenium/webdriver/remote/bridge.rb, line 71 def browser @browser ||= @capabilities.browser_name.gsub(" ", "_").to_sym end