Implicit vs Explicit vs Fluent Wait

后端 未结 3 1613
夕颜
夕颜 2020-11-27 23:13

What is difference in between Implicit, Explicit, Fluent Wait ?

If we set 10 seconds in Implicit wait and before 10 seconds, within 3 seconds only element get locate

3条回答
  •  一向
    一向 (楼主)
    2020-11-27 23:52

    If we set 10 seconds in Implicit wait and before 10 seconds, within 3 seconds only element get located.

    That time it will proceed further and not wait for set time..

提交回复
热议问题