Returns a new instance of Browser.
6 7 8 9 10 11
# File 'lib/capybara/mechanize/browser.rb', line 6 def initialize @agent = Mechanize.new do |config| config.follow_meta_refresh = true config.redirection_limit = 5 end end