fun invoke(searchTerms: String, session: Session = sessionManager.selectedSessionOrThrow): Unit
(source)
Triggers a search using the default search engine for the provided search terms.
searchTerms
- the search terms.
session
- the session to use, or the currently selected session if none
is provided.