Configuring the command line parameters in the browser
| The command line parameters for the browser must be configured on the computer used to display the content. |
The command line parameters can be stored in the autostart folder of the operating system by using a script.
Run browser in full screen mode or kiosk mode
The full screen mode or the kiosk mode can be realized via the command line parameters of the browser. If the browser is to be run in protected kiosk mode, additional settings must be configured in the browser. More information about the kiosk mode of the browsers can be found in the documentation of the provider.
Command line parameters of the browsers
| The browser must be closed before entering the command line parameters, to ensure that the command line parameters work correctly. |
Chrome |
Edge |
Firefox |
|
Documentation of the provider |
https://learn.microsoft.com/en-us/deployedge/microsoft-edge-configure-kiosk-mode |
||
Profile selection |
--profile-directory="Profile path" The profile path does not match the profile name. In the profile settings, activate the checkbox create desktop shortcut. |
--profile-directory="Profile path" |
-P "Profile name" -profil "Profile path" |
Avoid interruption |
--no-first-run |
||
Full screen mode |
--start-fullscreen |
--start-fullscreen The Startup Boost settings must be disabled in the browser settings. |
-new-window --start-fullscreen |
Kiosk mode |
--kiosk |
--kiosk --edge-kiosk-type=fullscreen |
-new-window --kiosk |
URL |
Add the URL in quotation marks. |
||
Example of a desktop shortcut |
start chrome --kiosk "https://portal.bosch-nexeed.com" start chrome --start-fullscreen "https://portal.bosch-nexeed.com" |
start msedge --no-first-run --kiosk --edge-kiosk-type=fullscreen "https://portal.bosch-nexeed.com" start msedge --no-first-run --start-fullscreen --edge-kiosk-type=fullscreen "https://portal.bosch-nexeed.com" |
start firefox -new-window --kiosk "https://portal.bosch-nexeed.com" start firefox -new-window --start-fullscreen "https://portal.bosch-nexeed.com" |
Add command line parameter URL
-
Open the Dashboard or a module.
-
Copy the URL from the browser address bar.
Copying the URL from the browser is possible from Nexeed Industrial Application System 2023.02 onwards.
-
Add the URL in quotation marks behind the command line parameter.
Running Nexeed Industrial Application System in full screen mode
In order to run the Nexeed Industrial Application System in full screen mode, the query parameter maximize_content=true must be appended to the browser URL.
https://<host>?<parameter>& maximize_content=true
Setting default identity provider
If the default identity provider is handed over with the URL, the query parameter preferred_idp must be appended to the browser URL.
Configuring the automatic login in the Nexeed Industrial Application System
Example:
https://<host>?<parameter>&maximize_content=true& preferred_idp="Identity provider"