class LoadUrlUseCase
invoke
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).