1
0
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:
Tim Voronov
2021-03-05 12:25:07 -05:00
committed by GitHub
parent ae7b5ce557
commit b3118ca983
3 changed files with 123 additions and 0 deletions

View File

@ -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,