initialCookies property

List<Cookie>? initialCookies
final

The initial cookies to set for the JavaScript environment.

These cookies will be available to JavaScript and network requests from the start.

Implementation

final List<Cookie>? initialCookies;