[python-win32] Internet Explorer constants

2008-09-05 Thread Gabriel Genellina
Hello I want to control Internet Explorer. This is what I have so far: import win32com.client from win32com.client.gencache import EnsureDispatch url = ... IE = EnsureDispatch(InternetExplorer.Application) IE.Navigate(url) IE.Visible = 1 It works fine and shows the requested page. Now I want

Re: [python-win32] Internet Explorer constants

2008-09-05 Thread Tim Golden
Gabriel Genellina wrote: Hello I want to control Internet Explorer. This is what I have so far: import win32com.client from win32com.client.gencache import EnsureDispatch url = ... IE = EnsureDispatch(InternetExplorer.Application) IE.Navigate(url) IE.Visible = 1 It works fine and shows the

Re: [python-win32] Internet Explorer constants

2008-09-05 Thread Gabriel Genellina
En Fri, 05 Sep 2008 05:23:01 -0300, Tim Golden [EMAIL PROTECTED] escribió: Gabriel Genellina wrote: Hello I want to control Internet Explorer. This is what I have so far: import win32com.client from win32com.client.gencache import EnsureDispatch url = ... IE =

Re: [python-win32] Internet Explorer constants

2008-09-05 Thread Mike Driscoll
Hi Gabriel, div class=moz-text-flowed style=font-family: -moz-fixedEn Fri, 05 Sep 2008 05:23:01 -0300, Tim Golden [EMAIL PROTECTED] escribió: Gabriel Genellina wrote: Hello I want to control Internet Explorer. This is what I have so far: import win32com.client from win32com.client.gencache