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