extemporalgenome / lwa

See github.com/xtgo/lwa

Home Page:github.com/xtgo/lwa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For the Chrome browser driver, provide mechanism to load user stylesheets/font preferences, etc

extemporalgenome opened this issue · comments

Chrome has a --parent-profile switch documented at http://peter.sh/experiments/chromium-command-line-switches/; the simpler option would have just been incognito mode using the user's existing profile, but if a browser window is already open using that profile, there seems to be no way to prevent the chrome process from halting immediately, and browser process halt is how lwa currently detects when the Serve method should clean up and return to caller.