Need Help: Scrape Actions doesn't seem to work / apply
I'm trying to use scroll actions to navigate through a website (Kickstarter), but they aren't working at all. I confirmed this by taking a screenshot, which shows that the page remains at the top even after multiple scroll-down actions. To rule out a site-specific issue, I tested other websites, but the problem persists.
Clicking and text input actions also don't work. However, I do receive an error when a clickable element isn't found, which suggests that my syntax is correct and that the checks are being applied.
Additionally, the example actions from the documentation doesn't work out of the box ( did the website change? ): https://docs.firecrawl.dev/launch-week#example
Here is the code I used:
The expected screenshot and html should contain more than 20 games, since we scrolled down and pressed on the "load more" button, but the screenshot shows only the top side of the page, and the html contains only the first 13 games.
Clicking and text input actions also don't work. However, I do receive an error when a clickable element isn't found, which suggests that my syntax is correct and that the checks are being applied.
Additionally, the example actions from the documentation doesn't work out of the box ( did the website change? ): https://docs.firecrawl.dev/launch-week#example
Here is the code I used:
The expected screenshot and html should contain more than 20 games, since we scrolled down and pressed on the "load more" button, but the screenshot shows only the top side of the page, and the html contains only the first 13 games.