Implicit Wait in selenium waits for the page to get loaded or all the elements to get loaded -
implicit wait in selenium waits page loaded or elements loaded. suppose there web page, page loaded while of web elements still loading. in scenario if use selenium implicit wait, wait page loading or elements loaded. please confusion.
actually none of them ;)
you can think implicit wait similar "timeout" aplied every element want interact (using findelement()) before throwing exception, page completly loaded or not.
have official doc.
Comments
Post a Comment