nruth / show_me_the_cookies

Cookie manipulation for Capybara (view, delete, …)
161 stars 44 forks source link

Add support for capybara-mechanize #33

Closed soupmatt closed 6 years ago

soupmatt commented 9 years ago

Only works for cookies for local requests, not for remote requests. So, Capybara.app_host needs to be nil and Capybara.default_host should be set instead (if you need that).

soupmatt commented 9 years ago

Hmm, perhaps this needs a little more thought. I see that there is not difference between the mechanize adapter and the rack-test one.

nruth commented 6 years ago

Sorry that this is very late. I've had a look at the driver and am reluctant to add it because it looks inactive & is using rack-test for local requests anyway. If you've been able to define and register the adapter in your own app that's great, but I'm going to wait on more people asking for this.