Re: [python-win32] win32com getElementsByClassName error

2013-05-23 Thread Mark Hammond
Are you using IE9? It looks like that is causing some problems which I've not dug into. See https://sourceforge.net/p/pywin32/bugs/608/ for another example of a very similar error... On 24/05/2013 9:46 AM, Anthony Andriano wrote: I'm trying to navigate through in intranet site using python.

[python-win32] win32com getElementsByClassName error

2013-05-23 Thread Anthony Andriano
I'm trying to navigate through in intranet site using python. Everything works as expected until I try to get an element. >>> import win32com.client >>> ie = win32com.client.DispatchEx("InternetExplorer.Application") >>> ie.visible = 1 >>> ie.Navigate(url) # I waited long enough by inspection >>>