suspend fun PageDomain.navigateAndWaitLoading(: String): Unit
Navigates the current page according to the provided url, and suspends until the corresponding
frameStoppedLoading event is received.
suspend fun PageDomain.navigateAndWaitLoading(: NavigateRequest): Unit
Navigates the current page according to the provided navigateRequest, and suspends until the
corresponding frameStoppedLoading event is received.