Skip to content

Commit

Permalink
Fix getInstallations() section (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Weslen Nascimento committed Aug 8, 2020
1 parent 2757e06 commit a700ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Returns an `Array<string>` of the default [flags](docs/chrome-flags-for-tools.md

Note: This array will exclude the following flags: `--remote-debugging-port` `--disable-setuid-sandbox` `--user-data-dir`.

### `ChromeLauncher.getInstallations()`
### `ChromeLauncher.Launcher.getInstallations()`

Returns an `Array<string>` of paths to available Chrome installations. When `chromePath` is not provided to `.launch()`, the first installation returned from this method is used instead.

Expand Down

0 comments on commit a700ae0

Please sign in to comment.