attachToNewPageAndAwaitPageLoad

suspend fun BrowserSession.attachToNewPageAndAwaitPageLoad(url: String, 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() and then goto(url) instead.