Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Full page screenshot has lot of empty space in the end stretching the screenshot vertically #860

Open
devangmundhra opened this issue Nov 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@devangmundhra
Copy link

Describe the Bug
When using the screenshot@fullPage option in crawl API, the screenshot output is not proper. The screenshot seems to be very long with either a huge empty space or repeated content in the end.

To Reproduce
Steps to reproduce the issue:

  1. Configure the environment or settings with running firecrawl on cloud
  2. Run the command
    crawl_status = app.crawl_url(
      url, 
      params={
        'limit': 1, 
        'scrapeOptions': {'formats': ['markdown', 'screenshot@fullPage']}
      },
      poll_interval = 30
    )
  1. Observe the screenshot at the screenshot param

Expected Behavior
The screenshot created should be upto the footer

Screenshots
Attached is screenshot of firecrawl.dev
screenshot

Environment (please complete the following information):

  • OS: macOS
  • Firecrawl Version: 1.4.0

Logs
If applicable, include detailed logs to help understand the problem.

Additional Context
Add any other context about the problem here, such as configuration specifics, network conditions, data volumes, etc.

@devangmundhra devangmundhra added the bug Something isn't working label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant