1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-17 00:07:55 +02:00

Implement SCREENSHOT function, closes #21 (#67)

This commit is contained in:
Paul
2018-10-08 01:02:27 +02:00
committed by Tim Voronov
parent fa5a10925b
commit e8adf42654
3 changed files with 215 additions and 3 deletions

View File

@ -29,5 +29,6 @@ func NewLib() map[string]core.Function {
"INNER_HTML_ALL": InnerHTMLAll,
"INNER_TEXT": InnerText,
"INNER_TEXT_ALL": InnerTextAll,
"SCREENSHOT": Screenshot,
}
}