PagePool and WaitEvent #817
Unanswered
pedro-leitao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone help with my scenario please. Say I have a PagePool of 1 page (for simplicity), and within a method I navigate to a URL:
What I am finding is that the
proto.NetworkResponseReceived
object seems to be getting events from the previous URL which was loaded in a prior invocation offetchUrl
.Same doesn't happen if instead of using a PagePool, I just create a whole new page for each
fetchUrl
method call.Am I missing something ? Is there a way to purge the page event queue each time I run
fetchUrl
?Beta Was this translation helpful? Give feedback.
All reactions