Shut down a session object, closing the browser and stopping the server. This will be done automatically if the session is set as the local session (which happens by default).
Examples
session <- selenider_session(local = FALSE)
close_session(session)