Skip to main content

How to find Chromium version of the POS

You can find the Chromium version of the POS by following the below steps.

  1. Enable debug for the ChromiumBrowserPool class by adding the below line for the enactor-pos.log.properties file

com.enactor.coreUI.swing.chromium.ChromiumBrowserPool.level=LOG_DEBUG

  1. Change the root logger level to LOG_DEBUG on the same file.
# Root logger level
.level=LOG_DEBUG
  1. Re-launch the POS, and check the pos.log for the below entry.

Chromium Version

  1. After finding the version, revert the changes.