kgress / scaffold

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

fix: issue-147 findElements immediate relationship updates #148

Closed kgress closed 2 years ago

kgress commented 2 years ago

closes #147 .

The only thing missing from this ticket is some testing. I think we need to restructure the class and how we're mocking in order to effectively test this. The re work would require additional work that I think sits outside of the scope of this ticket. I've tested this ticket real time on a personal project that hits the sauce labs demo site, https://www.saucedemo.com/inventory.html, (soon to be pushing up to a repo) and i'm seeing the correct behavior.

Screen Shot 2022-09-09 at 2 27 40 PM Screen Shot 2022-09-09 at 2 29 39 PM