I wanted to know if there exists any way to extract cookies from a current browser session ?
Basically I wanted to make use of these cookies that I extract as an input to API calls.
Online I see information about setting cookies and using them , but I do not want to set cookies, I want to make use of cookies that are currently generated for an existing session
Any help on this will be great....