Skip to content

Commit

Permalink
another change
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok committed Sep 3, 2024
1 parent ce10e4c commit 2fc251b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docfx_project/docs/ReuseChrome.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ from a location where it was previously downloaded instead of from the default l

Use `BrowserFetcherOptions` to specify the full path for where to download Chrome.

<!-- snippet: ReuseChromeExample -->
<a id='snippet-ReuseChromeExample'></a>
<!-- snippet: reusechrome_example -->
<a id='snippet-reusechrome_example'></a>
```cs
var downloadPath = "/Users/dario/chrome";
var browserFetcherOptions = new BrowserFetcherOptions { Path = downloadPath };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class ChromeDataTests
{
public async Task ReuseChromeExample()
{
#region reuse_chrome_example
#region reusechrome_example
var downloadPath = "/Users/dario/chrome";
var browserFetcherOptions = new BrowserFetcherOptions { Path = downloadPath };
var browserFetcher = new BrowserFetcher(browserFetcherOptions);
Expand Down

0 comments on commit 2fc251b

Please sign in to comment.