get

abstract suspend fun get(url: String = "about:blank", newTab: Boolean = false, newWindow: Boolean = false): Tab

Navigate to a specified URL in the tab.

Return

The current tab instance after navigation.

Parameters

url

The URL to navigate to. Defaults to "about:blank".

newTab

If true, opens the URL in a new tab instead of the current one.

newWindow

If true, opens the URL in a new window instead of the current one.