Hello, I am having trouble navigating the MS documentation to find out how to click an <li> element. I only have the class attribute name as the identifying feature: <li class="NextEnabled" onclick="..."/>
The one hope I had was ie.Document.getElementsByTagName("li") but this seems to be only getting <a> tags. Any pointers would be really appreciated. Thanks, Blake
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32