newTab

abstract suspend fun newTab(url: String = "about:blank"): ChromeDPTarget(source)

Opens a new tab, and returns the websocket target data for the new tab.