To handle this issue, you need to do the following:
- Copy the chrome.exe to \App\Chrome-bin\15.0.874.120\ (depends on the Chrome version) and use the chrome.exe in this path instead
- Specify the --User-Data-Dir and --Enable-Extension parameters
For example:
- chrome.exe --User-Data-Dir="D:\ChromePortable\Data\profile" --Enable-Extensions
Some more parameters for reference:
- Private browsing mode:
--incognito
- Read local files (e.g. local XML, XSL, etc):
--allow-file-access-from-files
No comments:
Post a Comment