10

I can start chrome in app mode by chrome.exe --app=http://mywebsite.com

However the problem is, from mywebsite.com any link that opens a new window will then open a full chrome window, i.e. with address bar, bookmarks and etc.

Is it possible to force chrome to remain in the app mode so all links will be opened in an 'app-mode' window too.

Thanks

Godsent
  • 950
  • 2
  • 8
  • 22
  • very interested in a solution as well – basedtho Mar 20 '18 at 17:36
  • This question fits better to "super user", maybe as a follow up question to [this one](https://superuser.com/questions/33548/starting-google-chrome-in-application-mode). – gdlmx Mar 01 '19 at 01:28
  • Have you tried to use chrome.exe --kiosk http://mywebsite.com ? I read it in another answer some time ago, I'll search it – Marco Massetti Feb 03 '21 at 21:46

1 Answers1

-1

Can you give more context in your question? (What you are you trying to accomplish, in what scenario)

this functionality doesn't look to be available from a bash or cmd command:

However, I remember this option being available running Selenium UI-tests in Java which utilizes ChromeDriver

baumannalexj
  • 766
  • 1
  • 9
  • 20