Fix typo
This commit is contained in:
parent
a62f8ef777
commit
52d5b227e2
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Now, change `executablePath` to reflect the path to your browser and profile (i.
|
|||
executablePath: 'C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe',
|
||||
```
|
||||
|
||||
You can add `userDataDir` right after `executablePath` with the path to your browser profile path if you want that loaded as well.
|
||||
You can add `userDataDir` right after `executablePath` with the path to your browser profile (also shown in `chrome://version`) if you want that loaded as well.
|
||||
|
||||
Remember to rebuild (`npm run build`) every time you change this configuration.
|
||||
|
||||
|
|
Loading…
Reference in a new issue