how to click span link in Win32::IEAutomation



Has anyone been able to click a span link, if so how to do it?

Source behind my link is:

<div style="height:24px; visibility:inherit; text-align:left;"><span
class="textlink" onmouseout="this.style.cursor='default'"
onmouseover="this.style.cursor='hand'"
onClick="javascript:addPartitionRow('partition_table');fieldsUpdated()">Add
Partition</span></div>

is this possible with $ie->getLink?


.