page = urllib2.urlopen("http://www.google.co.in/")
so that I can have the screenshot in computer memory just as if I have opened Google in my browser and taken a screenshot manually?




Posted 07 February 2012 - 02:37 AM
page = urllib2.urlopen("http://www.google.co.in/")
Posted 07 February 2012 - 06:55 AM
Posted 07 February 2012 - 07:40 AM
subprocess.call("""nircmd.exe cmdwait 2000 savescreenshot "C:\temp\shot.png" """)
