Puppeteer : Wait For Ajax Call After Navigation
so in my code i submit a form , wait for navigation and submit a second form ... here is the tricky part ... before the second from submit some data will be loaded in the from wit
Solution 1:
If you want to wait for data to be displayed after an AJAX call is made, I'll point you towards my answer on this very topic from another thread:
how to handle elements that load after ajax request in puppeteer
Hopefully this helps!
Post a Comment for "Puppeteer : Wait For Ajax Call After Navigation"