1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-11-27 22:08:15 +02:00

Added new methods

This commit is contained in:
Tim Voronov
2018-09-27 22:03:35 -04:00
parent a8813f8b03
commit 533f868b85
4 changed files with 308 additions and 0 deletions

View File

@@ -11,7 +11,12 @@ func NewLib() map[string]core.Function {
"WAIT_ELEMENT": WaitElement,
"WAIT_NAVIGATION": WaitNavigation,
"CLICK": Click,
"CLICK_ALL": ClickAll,
"NAVIGATE": Navigate,
"INPUT": Input,
"INNER_HTML": InnerHtml,
"INNER_HTML_ALL": InnerHtmlAll,
"INNER_TEXT": InnerText,
"INNER_TEXT_ALL": InnerTextAll,
}
}