ulixee / hero

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

fix(core): remove requirement for DomContentLoaded #68

Closed blakebyrnes closed 2 years ago

blakebyrnes commented 2 years ago

This PR removes the requirement for DomContentLoaded to fire before the following commands will start:

This imposes too long a way for many sites, and it is normal for a dev to wait for some form of content loaded if they want that to happen. Particularly since you can wait for a page state or specific element now