How can I use Python to get the HTML source for a webpage that is
already loaded into Firefox?  So far, all I've seen is reference to
building Mozilla and XPCOM, but if there's any other way, I want to
know. I already tried
import win32com.client
mb = win32com.client.Dispatch('MOZILLACONTROLLib.Application')
Thanks. (using Python 2.4 on Windows)



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to