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

#23 Added NAVIGATE

This commit is contained in:
Tim Voronov
2018-09-25 19:04:07 -04:00
parent 3854bb39ce
commit a6b51a1f40
7 changed files with 181 additions and 28 deletions

View File

@ -11,5 +11,6 @@ func NewLib() map[string]core.Function {
"WAIT_ELEMENT": WaitElement,
"WAIT_NAVIGATION": WaitNavigation,
"CLICK": Click,
"NAVIGATE": Navigate,
}
}