Basically i want to access all cookies in a given url . For example i have attached image
I need to access this data. is it possible to call firebug api to get cookie ?
Is there any method from selenium ?
I tried document.cookie
. not working as expected .
Try
and then use this function to get cookie
for eg