attach To New Page
suspend fun BrowserSession.attachToNewPage(url: String = "about:blank", incognito: Boolean = true, width: Int = 1024, height: Int = 768, background: Boolean = false): PageSession(source)
Deprecated
This function will be removed in a future release, please use newPage() instead. If you need to navigate to a specific URL, use newPage() and then goto(url).