kgress / scaffold

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

Separate WebDriver Actions/Options into its own class #106

Open kgress opened 2 years ago

kgress commented 2 years ago

Summary

For better encapsulation and unit testing, we should separate out the actions and options into their own class. Then, call those classes on the WebDriverWrapper.

A/C