get

open suspend override fun get(url: String, newTab: Boolean, newWindow: Boolean): 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.