In my code I have added this:
os.system("./usr/bin/google-chrome")
However, I want it to shut off google chrome after a certain amount of time. I have tried this:
os.system("killall -15 chrome")
The problem I am having right now is that it will not continue unless I close google chrome manually.