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

Added possibility to dispatch events on node

This commit is contained in:
Tim Voronov
2018-09-25 11:43:58 -04:00
parent 2a1bac6650
commit 64d0f585b4
15 changed files with 531 additions and 156 deletions

View File

@ -9,5 +9,6 @@ func NewLib() map[string]core.Function {
"ELEMENT": Element,
"ELEMENTS": Elements,
"WAIT_ELEMENT": WaitElement,
"CLICK": Click,
}
}