Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created February 27, 2018 14:53
Show Gist options
  • Save seleniumgists/9a326df44ac59321e974f485290ffc1b to your computer and use it in GitHub Desktop.
Save seleniumgists/9a326df44ac59321e974f485290ffc1b to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
WebDriver will wait until the page has fully loaded (that is, the onload event has fired) before returning control to your test or script. It’s worth noting that if your page uses a lot of AJAX on load then WebDriver may not know when it has completely loaded. If you need to ensure such pages are fully loaded then you can use waits.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment