ulixee / hero

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

Update AwaitedDom forEach; waitForResource duplicates; waitForResource default sinceCommandId #69

Closed blakebyrnes closed 2 years ago

blakebyrnes commented 2 years ago

This PR includes 1 main change and 2 small updates.

1) waitForResource now defaults to looking since the last command. You can still override to use any since command if you want to go back earlier 2) waitForResource was returning duplicate resources because they were being double-recorded by the Man-in-the-middle and from puppet/devtools. 3) Update awaited dom version to 1.3.1 4) Fix the TimelineRecorder extending sessions too long