How to record requests during testing Javascript crawler (Capybara + Poltergeist) in Ruby? -
i using capybara + poltergeist replacement mechanize.
mechanize doesn't support javascript , want scrap page heavily uses js , iframes.
i using similiar approach this: http://www.chadcf.com/blog/using-capybara-javascript-capable-replacement-mechanize
but haven't found resources how record requests in vcr capybara.
simple recording vcr: true
doesnt works...
any thoughts?
Comments
Post a Comment