May222017 by Vijay2 Comments How to implement fluent wait using explicit wait in protractor? Protractor, Wait There are 3 types of waits available in selenium webdriver. implicit wait – Implicit wait is a global wait. Implicit wait is applicable to all the operations performed by driver. explicit wait – Explicit wait is a local wait and conditional. It waits for a condition specified with in the time limit provided. fluent wait – Fluent wait is also » Continue Reading.