Accessibility/WebAccessibilityAPI: Difference between revisions

Line 651: Line 651:
::::offset relative the anchor
::::offset relative the anchor
:::Return itself.
:::Return itself.


AccessiblePos .''move''(DOMPoint)
AccessiblePos .''move''(DOMPoint)
Line 687: Line 688:
             "cyclic backward",
             "cyclic backward",
             "tofirst",
             "tofirst",
             "tolast"
             "tolast",
            "left",
            "right",
            "up",
            "down",
            "above",
            "under",
            "closest"
};
};
</pre>
</pre>
Line 709: Line 717:
Where .''tolast''
Where .''tolast''
::Search backwards (from last to first element) the first match inside the root.
::Search backwards (from last to first element) the first match inside the root.
Where .''left''
::Search a match left to the position.
Where .''right''
::Search a match right to the position.
Where .''up''
::Search a match up to the position.
Where .''down''
::Search a match down to the position.
Where .''above''
::Search a match above the position.
Where .''under''
::Search a match under the position.
Where .''closest''
::Search a geometrically closest match to the position.
</code>
</code>


Confirmed users
1,396

edits