New scroll page modifier #386
Labels
enhancement
good first issue
This is great opportunity to start your adventure with AET.
help wanted
Hey, contributor! We need your help.
Version used
AET 3.0.1
Context of the issue/feature
As a AET user I want to be able to scroll page to top / bottom / specific place. Now only available option is to use Execute JavaScript Modifier and custom script.
Only three attributes should be available:
position
with value"top"
or"bottom"
css
xpath
If none is provided, default would be
position="bottom"
Possible usage examples:
<scroll position="top"/>
<scroll position="bottom"/>
<scroll css="#element_id"/>
<scroll xpath="//*[@id='element_id']"/>
The text was updated successfully, but these errors were encountered: