cheezy / page-object

Gem to implement PageObject pattern in watir-webdriver and selenium-webdriver
MIT License
653 stars 220 forks source link

Adding Angular support #495

Open jheyneman opened 4 years ago

jheyneman commented 4 years ago

Angular 2+ introduced Testabilities. There is no longer a way to get the pending requests, but we can find the number of stable zones.

This should address Issue #450.