Does PhantomJS support cookies? If yes, where can I find the API details?
I am not able to figure it out after searching for a while now.
I had graded information within session recently. You should set cookie in page object, like below (coffeescript):
@page.clearCookies() @page.addCookie 'name' : "JSESSIONID" 'value' : "0000rN3YAlVAU0xdHkKc6BEzWj9:-1" 'domain' : 'some.domain.com' 'path' : '/'