class Capybara::RackTest::Browser

def base_href

def base_href
  find(:css, 'head > base').first&.[](:href).to_s
end