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 6d2ec60
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 6d2ec60

Please sign in to comment.