kgress / scaffold

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

Add a desired capability for explicit wait length #92

Closed kgress-heb closed 3 years ago

kgress-heb commented 3 years ago

Summary

Currently, Scaffold does not allow the user to easily set a desired explicit wait length through the spring profile, or desired capabilities. Furthermore, there are different wait times between WebDriverManager and AutomationWait. The current work around for setting a desired time is programmatically through code - e.g., getWebDriverWrapper().getAutomationWait().setCustomTimeout(DESIRED_WAIT_PERIOD). I believe this to be counter intuitive. We should address this issue by adding in a new desired capability for wait time and use this wait length for both files.

A/C

kgress commented 3 years ago

included in #95