Closing the page
The BrowserSession
object must be closed when finished. This will close the browser, update the response data, and merge new cookies with the session cookies.
Note that this is automatically done when using a context manager.
Session cookies are updated:
Response data is updated:
Last updated