kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Separate out automation wait time out and element time out #120

Open kgress-heb opened 2 years ago

kgress-heb commented 2 years ago

Summary

Currently, scaffold only has 1 automation wait timeout. It would be nice to separate out the wait timeouts between page verifications and element interactions. That would allow for more leniency on sites that have slow page loads without also impacting the amount of time spent waiting for an element.

A/C

kgress commented 2 years ago

Still a great idea. We should spend time figuring out how to differentiate the two.