Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Barebone Browser with WebRTC Support. IMPORTANT: This project was a workaround for an issue within SEB and isn't actively developed anymore.

License

Notifications You must be signed in to change notification settings

SafeExamBrowser/Chrominimum

Repository files navigation

Chrominimum

Barebone web browser based on Chromium for Windows, with WebRTC support. Intended for usage as third-party application with SEB 3.x, especially in cases where live proctoring based on WebRTC is required.

Requirements

Chrominimum requires the prerequisites listed below in order to work correctly. These are automatically installed with the setup bundle and need only be manually installed when using the MSI packages.

Project Status

DISCLAIMER
The builds linked below are for testing purposes only. They may be unstable and should thus never be used in a production environment! Always use the latest, official release version of Chrominimum.

Aspect Status Details
Release Build Release Build Status https://sebdev-let.ethz.ch/project/appveyor/chrominimum
Issue Status GitHub Issues https://github.com/SafeExamBrowser/chrominimum/issues
Downloads GitHub All Releases https://github.com/SafeExamBrowser/chrominimum/releases
Development GitHub Last Commit n/a
Repository Size GitHub Repo Size n/a

Usage

Use a command-line parameter or the application configuration file to specify the URL to be loaded initially. The command-line parameter for the URL takes precedence over the configuration file parameter. Additionally, any of the optional parameters listed below may be used to control various features of the browser. Keyboard shortcuts F5 and CTRL+R reload the current page (if reloading is enabled).

Command-Line

Chrominimum.exe --start-url=duckduckgo.com [other optional parameters]

Chrominimum.exe.config

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="StartUrl" value="duckduckgo.com" />
    </appSettings>
    ...
</configuration>
Parameter Effect
--allow-navigation Enables forward and backward navigation via the application menu.
--allow-reload Enables reloading of the current page (both via shortcut and the menu).
--show-maximized Opens the browser window maximized.
--show-menu Shows the application menu.
--start-url="..." The URL to be loaded initially.
--store-cache Stores the browser cache on disk.
--user-agent-suffix="..." A suffix for the user agent of the browser.

About

Barebone Browser with WebRTC Support. IMPORTANT: This project was a workaround for an issue within SEB and isn't actively developed anymore.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published