Skip to content

Commit

Permalink
chore(ChromeDriver): Adding verbose flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
frostaura committed Feb 24, 2024
1 parent 62c5bc0 commit 9ffd1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FrostAura.Libraries.Intelligence.Semantic.Core</id>
<version>1.7.7</version>
<version>1.7.8</version>
<title>FrostAura.Libraries.Intelligence.Semantic.Core</title>
<authors>Dean Martin</authors>
<owners>FrostAura</owners>
Expand Down
1 change: 1 addition & 0 deletions src/Semantic.Core/Thoughts/IO/WebDriverThoughts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public virtual async Task<string> LoadWebsiteTextAsync(
chromeOptions.AddArguments("--headless");
chromeOptions.AddArguments("--disable-dev-shm-usage");
chromeOptions.AddArguments("--whitelisted-ips=");
chromeOptions.AddArguments("--verbose");
chromeOptions.AddArguments("--user-agent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 Edg/120.0.0.0");

// Initialize the ChromeDriver with options
Expand Down

0 comments on commit 9ffd1ee

Please sign in to comment.