Skip to content

Commit

Permalink
Test of capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
quigamdev committed Jun 3, 2024
1 parent 892d598 commit 53cb484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static FirefoxProfile GetFirefoxProfile()
public static FirefoxOptions GetFirefoxOptions(System.Collections.Generic.IDictionary<string, string> _options)
{
var options = new FirefoxOptions { Profile = GetFirefoxProfile() };
options.BrowserVersion = _options.TryGet(nameof(options.BrowserVersion));
//options.BrowserVersion = _options.TryGet(nameof(options.BrowserVersion));
return options;
}
}
Expand Down

0 comments on commit 53cb484

Please sign in to comment.