Method: Webrat::Configuration#selenium_browser_key
- Defined in:
- lib/webrat/core/configuration.rb
#selenium_browser_key ⇒ Object
Set the key that Selenium uses to determine the browser running. Default *firefox
56 57 58 |
# File 'lib/webrat/core/configuration.rb', line 56 def selenium_browser_key @selenium_browser_key end |