How to find Chromium version of the POS
You can find the Chromium version of the POS by following the below steps.
- Enable debug for the
ChromiumBrowserPool
class by adding the below line for theenactor-pos.log.properties
file
com.enactor.coreUI.swing.chromium.ChromiumBrowserPool.level=LOG_DEBUG
- Change the root logger level to
LOG_DEBUG
on 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.