There is a onclick function tied up with this tag. I need to trigger this onclick function, so I used
page.sendEvent('click', element.offsetLeft, element.offsetTop, 'left');
But it seems not working. How to make a click on tag? Thanks for any help!