Skip to content

Commit

Permalink
Remove stable tag from chromium finder
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaKamikaze committed Sep 25, 2024
1 parent fce698e commit 6af14dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MoxfieldPriceScraper/MoxfieldScraper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ private static string GetChromeLocation()
{
var options = new ChromeOptions
{
BrowserVersion = "stable",
BinaryLocation = "/usr/bin/chromium"
};
return new DriverFinder(options).GetBrowserPath();
Expand Down

0 comments on commit 6af14dc

Please sign in to comment.