Sets a cookie in the browser context.
class BrowserContext { abstract setCookie(...cookies: CookieData[]): Promise<void>; }
Returns:
Promise<void>