How to submit a video bug report

Submitting a Bug Report:

Sometimes, replicating errors locally can be challenging due to various factors. To facilitate troubleshooting, we've outlined the steps to locate error logs on your system.

General Information:

When reporting a bug, please provide the following details:

  1. Chrome Version:
  2. Operating System Version:
  3. Link to the Site You Were Scraping:
  4. Sitemap: Export a minimal sitemap for easier bug replication. Open the sitemap, and select "Export Sitemap" from the dropdown menu.

Log Information (Screen Recording):

Please screen record the following sequences:

Pre-Scraping Job Information:

  1. Web Scraper Dev Tool Console Output:

    • Inspect Extension in Dev Tools > Open a new window > Console
  2. Installed Extensions:

    • Navigate to the top right corner of your browser (three dots) > Extensions > Manage Extensions
  3. Service Worker Console Output:

    • Navigate to the top right corner of your browser (three dots) > Extensions > Manage Extensions > Enable Developer Mode > Service worker link for the extension > Open a new window > Console

Post-Scraping Job Information:

  1. Console Output of Scraper When Running:

    • Launch the scraper > Open a new window > Web Scraper tab (First tab) > Inspect > Console
  2. Scraped Data Records/Record Count:

    • Inspect Extension in Dev Tools > Open a new window > Application > IndexedDB > WebScraper-localForage > sitemap-data-{sitemap name}

Watch a video tutorial here: