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:
@ -9,5 +9,6 @@ func NewLib() map[string]core.Function {
|
||||
"ELEMENT": Element,
|
||||
"ELEMENTS": Elements,
|
||||
"WAIT_ELEMENT": WaitElement,
|
||||
"CLICK": Click,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user