chrome-devtools-kotlin / org.hildan.chrome.devtools.protocol / ChromeDPClient / newTab

newTab

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

Opens a new tab. Responds with the websocket target data for the new tab.