ulixee / hero

The web browser built for scraping
MIT License
696 stars 33 forks source link

feat(core): waitForHidden elements #63

Closed blakebyrnes closed 2 years ago

blakebyrnes commented 2 years ago

Add an api to waitForElement for waiting for hidden elements.

NOTE: I had to update the API for excluding node visibility properties, otherwise it was just too hard to reason about what it meant to exclude properties.