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