class Capybara::Result

def allow_reload!

Other tags:
    Api: - private
def allow_reload!
  @allow_reload = true
  self
end