I added support for scraping The Outnet, starting with their coats category. This brings the total number of supported retailers to three (Coach, FWRD, and The Outnet).

As part of implementing the new scraper, I ran a performance comparison between extracting product data using Selenium’s element selection versus parsing the page HTML with AngleSharp. The code times both approaches and logs the results. I implemented both OutnetProduct (Selenium-based) and AngleOutnetProduct (AngleSharp-based) page object models to facilitate the comparison.

I also added a headless mode option for Chrome, which will be useful when running the scraper in production environments without a display.