i use cucumber ruby for automation testing at browser. i need print cookies the browser
how to get cookies in browser in capyabara 1. inspect element at browser 2. application 3. print the cookies
how to print cookies browser in cucumber capyabara
i have try
puts Capybara.current_session.driver
but print like this
#<Capybara::Selenium::Driver:0x007fcbf52e2250>