1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-23 00:28:10 +02:00

#172 Added SCROLL_TOP and SCROLL_BOTTOM (#174)

This commit is contained in:
Tim Voronov
2018-11-12 22:26:02 -05:00
committed by GitHub
parent 291d07cbef
commit 9131c676d9
4 changed files with 83 additions and 0 deletions

View File

@ -34,6 +34,8 @@ func NewLib() map[string]core.Function {
"INNER_TEXT_ALL": InnerTextAll,
"SELECT": Select,
"SCREENSHOT": Screenshot,
"SCROLL_TOP": ScrollTop,
"SCROLL_BOTTOM": ScrollBottom,
"PAGINATION": Pagination,
"PDF": PDF,
"DOWNLOAD": Download,