Hi there!
I wonder if you ever find a solution to the "save as" task for ie.
Thanks in advance
Michele
Michele Tinti, PhD
MRC Protein Phosphorylation Unit
MSI/WTB Complex,
Faculty of Life Sciences,
University of Dundee
Dow Street,
Dundee DD1 5EH, Scotland, UK
http://www.ppu.mrc.ac
Hi Gabriel,
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 = EnsureDispatch
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 = EnsureDispatch("InternetEx
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
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 wan