Inspect Network-Traffic in Capybara with Poltergeist
A short example on how to inspect your Network-Traffic inside a Capybara-Spec when using Poltergeist as driver.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
A short example on how to inspect your Network-Traffic inside a Capybara-Spec when using Poltergeist as driver.
Comments
Thanks for the article! However I’m not getting Authorization headers in the request headers when calling page.driver.network_traffic. Is there a setting which you need to set in order to get the full request headers?
Post a comment