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