Skip to content

Commit

Permalink
* added the ability to set seleniumrc additional args from webrat co…
Browse files Browse the repository at this point in the history
…nfirguration
  • Loading branch information
raldred committed Nov 5, 2009
1 parent f51b745 commit f5abc1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/webrat/selenium/selenium_rc_server.rb
Expand Up @@ -36,6 +36,7 @@ def remote_control
Webrat.configuration.selenium_server_port,
:timeout => Webrat.configuration.selenium_browser_startup_timeout)
@remote_control.jar_file = jar_path
@remote_control.additional_args = Webrat.configuration.selenium_additional_args

return @remote_control
end
Expand Down

0 comments on commit f5abc1d

Please sign in to comment.