mirror of
https://github.com/MontFerret/ferret.git
synced 2025-06-17 00:07:55 +02:00
#13 Added WAIT_ELEMENT function
This commit is contained in:
@ -8,5 +8,6 @@ func NewLib() map[string]core.Function {
|
||||
"DOCUMENT_PARSE": DocumentParse,
|
||||
"ELEMENT": Element,
|
||||
"ELEMENTS": Elements,
|
||||
"WAIT_ELEMENT": WaitElement,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user