This commit is contained in:
Adrian Calinescu 2021-06-28 14:18:24 +03:00 committed by GitHub
parent a62f8ef777
commit 52d5b227e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', 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. Remember to rebuild (`npm run build`) every time you change this configuration.