Open GoogleCodeExporter opened 8 years ago
Note that the get_browser_cmd(self) routine in chrome.py should end with a
return, not an assignment. Change the "command =" part on the last line to a
"return". It will then look like this:
return appdata + r'\Google\Chrome\Application\chrome.exe'
I missed that when I was editing the chrome routines.
Original comment by 4WayneD
on 16 Aug 2010 at 7:50
Original issue reported on code.google.com by
4WayneD
on 14 Aug 2010 at 5:57Attachments: