mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-05 00:49:00 +02:00
Added DOCUMENT_EXISTS function (#594)
* Added DOCUMENT_EXISTS function * Added addition unit tests
This commit is contained in:
@ -24,6 +24,7 @@ func RegisterLib(ns core.Namespace) error {
|
||||
"CLICK": Click,
|
||||
"CLICK_ALL": ClickAll,
|
||||
"DOCUMENT": Open,
|
||||
"DOCUMENT_EXISTS": DocumentExists,
|
||||
"DOWNLOAD": Download,
|
||||
"ELEMENT": Element,
|
||||
"ELEMENT_EXISTS": ElementExists,
|
||||
|
Reference in New Issue
Block a user