Содержание

moveToElement

Scrolls the page to the specified element, emulates mouse cursor movement to specified coordinates relative to the element

Syntax

moveToElement = function(aElement, aPointCount, aInterval, aX, aY, aScrollMethod);

Parameters

Returned value

Notes

Examples

  1. loadURI('google.ru');
    typeIn('test');
    var search = getElement('button',0,['name'],['btnG']);
    moveToElement(search,0,0,0,0,SM_SCROLLBAR);