I'm automation a login to a web page and then exporting data by clicking in a exporting button in the web page.
The problem is that when I call the button:
ie.document.getelementsbytagname("DTTT btn-group").click
I get an error message telling that the method don't apply to the object.
The web code when I select the button is:
<div class="DTTT btn-group">
<a class="btn xls_icon_class downLoadIcon_dataTable"
id="ToolTables_documentos_0" data-original-title="">
<span></span>
<div style="left: 0px; top: 0px; width: 16px; height: 16px; position:
absolute; z-index: 99;">
<embed name="ZeroClipboard_TableToolsMovie_1" width="16" height="16"
align="middle" id="ZeroClipboard_TableToolsMovie_1" pluginspage="http://www.macromedia.com/go/getflashplayer"
src="/factemipf_static/swf/copy_csv_xls_pdf.swf" type="application/x-
shockwave-flash" wmode="transparent" flashvars="id=1&width=16&
amp;height=16" allowfullscreen="false" allowscriptaccess="always"
bgcolor="#ffffff" quality="best" menu="false" loop="false"></div></a></div>"
Help will be appreciated.