kgress / scaffold

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

Make BaseWebElement lookup for hidden elements configurable #154

Closed campbellcurtis closed 1 year ago

campbellcurtis commented 1 year ago

Summary

Make BaseWebElement lookup for hidden elements configurable

A way to reduce element lookups

A/C

In an effort to not break all the existing tests that rely on this, by default this lookup can be run, but maybe wrapping that in something that is configurable in BaseWebElement, and encouraging people to use it when necessary will help improve Sauce performance.

campbellcurtis commented 1 year ago

This will be looked into more on QAE side before making any changes to scaffold