fun invoke(url: String, selectTab: Boolean = true, startLoading: Boolean = true, parent: Session? = null): Session (source)
Add a new private tab and load the provided URL.
url - The URL to be loaded in the new tab.
selectTab - True (default) if the new tab should be selected immediately.