Scrolls the page to the specified element, emulates mouse cursor movement to specified coordinates and clicks.
clickElement = function(aElement, aX, aY, aScrollMethod);
loadURI('google.ru'); typeIn('test'); var search = getElement('button',0,['name'],['btnG']); clickElement(search,0,0,SM_SCROLLBAR);