From 6af14dce38260e9d2c9a656950bc8ddc852ac97c Mon Sep 17 00:00:00 2001 From: KarmaKamikaze Date: Wed, 25 Sep 2024 18:47:15 +0200 Subject: [PATCH] Remove stable tag from chromium finder --- MoxfieldPriceScraper/MoxfieldScraper.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/MoxfieldPriceScraper/MoxfieldScraper.cs b/MoxfieldPriceScraper/MoxfieldScraper.cs index b95c96e..96cd3ec 100644 --- a/MoxfieldPriceScraper/MoxfieldScraper.cs +++ b/MoxfieldPriceScraper/MoxfieldScraper.cs @@ -138,7 +138,6 @@ private static string GetChromeLocation() { var options = new ChromeOptions { - BrowserVersion = "stable", BinaryLocation = "/usr/bin/chromium" }; return new DriverFinder(options).GetBrowserPath();