Re: [python-win32] get model PC

2012-01-10 Thread He Jibo
How about BIOS information? can we extract this? --- He Jibo Department of Psychology, Beckman Institute for Advanced Science and Technology University of Illinois, Urbana Champaign, 603 East Daniel St., Champaign, IL 61820 website: www.hejibo.info On Tue, Jan 10, 2012 at

Re: [python-win32] How do I get the URL of the active tab in Internet Explorer

2010-11-30 Thread He Jibo
; } --- He Jibo Department of Psychology, Beckman Institute for Advanced Science and Technology University of Illinois, Urbana Champaign, 603 East Daniel St., Champaign, IL 61820 website: www.hejibo.info On Tue, Nov 30, 2010 at 4:00 PM, sharpblade wrote: > This might be

Re: [python-win32] How do I get the URL of the active tab in Internet Explorer

2010-11-30 Thread He Jibo
Thanks so much for your valuable information. I will only need the url of a browser when it is in the front. I am going to try SendKey, it seems to be a good way to go. Have a nice day! --- He Jibo Department of Psychology, Beckman Institute for Advanced Science and

[python-win32] How do I get the URL of the active tab in Internet Explorer

2010-11-29 Thread He Jibo
ionName print ie.ReadyState print ie print ie.Document.title print ie.Document.location print ie.Document.forms #title = win32gui.GetWindowText(ie) #print title else: print "no ie window" if __name__ == '__main__':