close_session {selenider}R Documentation

Close a session object

Description

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).

Usage

close_session(x = NULL)

Arguments

x

A selenider_session object. If omitted, the local session object will be closed.

Value

Nothing.

See Also

selenider_session()

Examples


session <- selenider_session(local = FALSE)

close_session(session)


[Package selenider version 0.4.0 Index]