-
Here's my code : LET doc = DOCUMENT('https://www.vrbo.com/search/keywords:atlanta-georgia-united-states-of-america/arrival:2020-09-01/departure:2020-09-02?adultsCount=1&petIncluded=false', { driver: "cdp" }) LET result = ( LET listings = ELEMENTS(doc, '.media-flex__content') Ideally i am expecting to scrape all the 50 elements on the page , but what's happening is it gives me top 2 results and the last one . How do I tell ferret to lazy scroll and then scrape ? Is this also case of infinite scroll ? -Rahul |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, good news!
|
Beta Was this translation helpful? Give feedback.
Hey, good news!
WHILE
loop has landed master branch! You may try this query: