Vinee-the-Pooh
Vinee-the-Pooh

Reputation: 955

Implement explicit wait and fluent wait in QAF

I am new to perfetco-quantum framework.

I want to implement explicit wait and fluent wait in QAF framework. I tried with QAFwebelementexpectedcondition , qafwebdriverwait , qafwebelementwait. But I couldn't find any method so that I can call with an expected condition. Is there any way to implement this approach as in selenium ? Thank you.

Upvotes: 1

Views: 216

Answers (1)

user861594
user861594

Reputation: 5908

Different wait methods are available with element object, refer documentation

Upvotes: 1

Related Questions