I added a ScrapeUrlCommand utility for debugging scraper issues. It takes a URL as input, navigates to it with Chrome, and logs the page source. This is useful when troubleshooting why a particular page isn’t being parsed correctly - I can see exactly what HTML the scraper is receiving.

I also removed the bundled ChromeDriver package reference since I’m managing the driver installation separately.