Bug 1764037 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Navigation performed with `current_session.url` end up calling marionette's navigate which relies on the PageLoadStrategy capability. By default this is set to "Normal" which corresponds to "complete" when translated to a `wait` condition for BiDi's `browsingContext.navigate`.
Navigation performed with `current_session.url` end up calling marionette's `navigate` which relies on the `PageLoadStrategy` capability. By default this is set to "Normal" which corresponds to "complete" when translated to a `wait` condition for BiDi's `browsingContext.navigate`.

Back to Bug 1764037 Comment 1