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();