start_chrome_session: Start a new Chrome session safely
Description
Creates a new ChromoteSession, optionally closing an existing one first.
Includes a small delay after closing to allow Chrome to clean up.
Usage
start_chrome_session(old_session = NULL)
Value
New ChromoteSession object.
Arguments
- old_session
Previous session to close (can be NULL).