Wait For First

Key: waitForFirst

For carts that use JS for navigation ie React, VueJS etc we may need to wait for specific things on the page to load before we can scrape.

Here is an example that waits for the footer to exists:

"waitForFirst": {
  "lookAt": "$('footer')",
  "tests": "$value.length == 1"
},

results matching ""

    No results matching ""