setAll

open suspend override fun setAll(cookies: List<<Error class: unknown class>>)

Adds the given cookies to the browser, replacing any that already exist with the same name, domain and path. Cookies absent from cookies are left untouched, use clear to drop them.

Throws

IllegalStateException

if the browser has not been started yet.