fun invoke(url: String, session: Session = sessionManager.selectedSessionOrThrow): Unit
Loads the provided URL using the provided session (or the currently selected session if none is provided).
url - url to load.
url
session - the session for which the URL should be loaded.
session