How can I dispatch Firefox with Python?
Posted
by Shady
on Stack Overflow
See other posts from Stack Overflow
or by Shady
Published on 2010-05-09T23:14:01Z
Indexed on
2010/05/09
23:18 UTC
Read the original article
Hit count: 278
How can I do this with Firefox?
ie = win32com.client.Dispatch('InternetExplorer.Application')
ie.visible = 1
ie.navigate('http://google.com')
Is there a way to do it?
© Stack Overflow or respective owner