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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -