How to find Chromium version of the POS
Using POS logs
You can find the Chromium version of the POS by following the below steps.
- Enable debug for the
ChromiumBrowserPoolclass by adding the below line for theenactor-pos.log.propertiesfile
com.enactor.coreUI.swing.chromium.ChromiumBrowserPool.level=LOG_DEBUG
- Change the root logger level to
LOG_DEBUGon the same file.
# Root logger level
.level=LOG_DEBUG
- Re-launch the POS, and check the pos.log for the below entry.
Chromium Version
- After finding the version, revert the changes.
Using Chromium Binary
You can find the chromium version of the POS using the chromium binary itself, if your platform version is on or above 2.7.1736.
-
Navigate to the
Chromiumfolder of the POS. -
Open the
manifest.xmlfile. -
Locate the Chromium version information inside the file as given below.
<core:version applicationId="chromium">135.0.7049.85</core:version>