Loading
Bug 1832891 - [remote] Set timeout to 5s for waitForInitialNavigation for new...
Bug 1832891 - [remote] Set timeout to 5s for waitForInitialNavigation for new contexts r=webdriver-reviewers,whimboo, a=dmeehan Extending the timeout only when we explicitly create a new window or tab should be safe. On the other hand, initial windows from the browser or new tabs created by the browser UI can remain on the initial document forever, for instance on Android. So for those cases we keep the current unloadTimeout value. Differential Revision: https://phabricator.services.mozilla.com/D179710