Which is the best wait in selenium WebDriver?

best wait??

To answer which wait to use will be very specific because the answer may change depending on the Web-element you are focusing, Platform and many more.
According to me, Best wait is Fluent Wait because
  1. It works as per customized condition required at run time.
  2. It gives an option to user to change poll time i.e. At which frequency Dom is to be polled for checking element presence.
  3. It also gives option to ignore any specific exception while searching which may not be related to search but hinder our search resulting in exception or unoptimized search.
  4. Provides better support with JavaScript elements which are attached to DOM but are invisible.
  5. Provides better support to Ajax applications​ as it has option to ignore specific exceptions during element search.

Leave Comment

Your email address will not be published. Required fields are marked *

Looking for learning Framework Development from Scratch? Lookout for Detailed Framework Development videos on YouTube here -

https://www.youtube.com/automationtalks

Get the Framework code at Github Repo: https://github.com/prakashnarkhede?tab=repositories