Hello B&R Community,
I would like to share a tool that helped me a lot during some first-level support cases.
When developing or troubleshooting a mappView application, the Chrome version can sometimes make a difference.
A layout issue, cache behavior, or customer-specific problem may only appear with a specific browser version.
With Chrome for Testing, you can run a specific Chrome version directly from an .exe file β side by side with your normal Chrome installation.
No downgrade.
No overinstallation.
No impact on your daily browser. ![]()
Why it is useful 
For developers, this is very helpful to:
Reproduce issues with the exact Chrome version
Compare behavior between browser versions
Check if a problem is browser-related
Keep your normal Chrome installation untouched
Create clean and reproducible test environments
How to do it 
-
Open the Chrome for Testing known-good versions JSON:
https://googlechromelabs.github.io/chrome-for-testing/known-good-versions-with-downloads.json -
Press
Ctrl + Fand search for the required version, for example
114.0.5735.6 -
In that section, look for the
win64download URL forchrome.
Example:https://storage.googleapis.com/chrome-for-testing-public/114.0.5735.6/win64/chrome-win64.zip -
Download and extract the ZIP, for example to:
C:\Donwloads\Chrome_for_Testing\Chrome_114\ -
Start Chrome directly from:
chrome-win64\chrome.exe
This runs standalone and does not replace your installed Chrome.
Recommended for clean tests 
Start it with a separate profile:
chrome-win64\chrome.exe --user-data-dir="C:\Temp\Chrome_Test_Profile_114"
This avoids mixing cache, cookies, extensions, and settings with your normal Chrome profile.
What not to use it for 
Chrome for Testing is great for development, debugging, and support.
But it should not replace final validation on the real target hardware, panel, or customer runtime environment.
Conclusion 
Chrome for Testing makes browser-version testing for mappView faster, cleaner, and much more reproducible β especially when investigating customer issues or comparing behavior between Chrome versions. ![]()