Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get chrome version with python

# maybe this is stupid but
from os import listdir

def get_chrome_ver(mypath):
    return(listdir(mypath)[0])

print(get_chrome_ver('C:Program Files (x86)GoogleChromeApplication'))
 
PREVIOUS NEXT
Tagged: #chrome #version #python
ADD COMMENT
Topic
Name
7+8 =