Skip to content

Commit

Permalink
chore(Remote Webdriver): Completion of remote webdriver.
Browse files Browse the repository at this point in the history
  • Loading branch information
frostaura committed Feb 27, 2024
1 parent ba85b80 commit f941b8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
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.9.0</version>
<version>1.9.1</version>
<title>FrostAura.Libraries.Intelligence.Semantic.Core</title>
<authors>Dean Martin</authors>
<owners>FrostAura</owners>
Expand Down
4 changes: 0 additions & 4 deletions src/Semantic.Core/Thoughts/IO/WebDriverThoughts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ public virtual async Task<string> LoadWebsiteTextAsync(
var chromeOptions = new ChromeOptions();

_logger.LogDebug("Using headless mode and a custom user agent string.");
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 f941b8b

Please sign in to comment.