prasmussen / chrome-cli

Control Google Chrome from the command line
MIT License
2.61k stars 89 forks source link

provide a way to get back the window mode - incognito/normal #25

Open bazzargh opened 9 years ago

bazzargh commented 9 years ago

I can see that it's there in the applescript dictionary (as mode) so I presume this is possible.

My use case is that I have links that shouldn't be opened incognito, as they use authentication I only have in my 'normal' windows. So I want to script around those to get the best possible 'normal' window - using the active window if possible, or find a window to activate, or open a new window as a last resort.

Without being able to detect this, opening new windows each time is the only option.

instagrim-dev commented 1 year ago

Any blockers to implementing this feature?