Gets all cookies in the browser context.
class BrowserContext { abstract cookies(): Promise<Cookie[]>; }
Returns:
Promise<Cookie\[\]>