Read Chrome Browser Version from Chrome.exe File Using Python
Sometimes in our automation scripts, we need to know the Chrome version installed on the user's system.
To automate this process via Python code we need to do a few steps.
Navigate to the folder
Read the chrome.exe file
Search for the pattern in t...
vi-ry.hashnode.dev2 min read