neutralinojs / neutralinojs-cli

neu cli for Neutralinojs
https://neutralino.js.org/docs/cli/neu-cli
MIT License
91 stars 57 forks source link

fixed userdata directory issue - "Google Chrome cannot read and write to its data directory" #206

Closed ga245004 closed 1 year ago

ga245004 commented 1 year ago

I am getting this issue while having (Google Chrome Version 112.0.5615.138) "defaultMode": "chrome"

2023-04-25_21h39_03

this link here https://stackoverflow.com/questions/67198271/google-chrome-cannot-read-and-write-to-its-data-directory-selenium says its related to relative path.

I added resolve to convert relative to absolute path. (Not sure it was correct place just check, it works fine after changing in my machine Win_x64 for both chrome and window mode)