what's diffrence between page.evaluate
and page.waitForFunction
in puppeteer
Differences:
page.evaluate
will run the code once and return data.page.waitForFunction
will run the code repeatedly until the code returns truthy
values.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With