1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-27 00:41:09 +02:00

Feature/#230 xpath (#322)

* Implemented XPath for CDP driver

* Added XPATH function

* Added e2e tests for CDP

* Fixed linting issues

* Added support of XPath to HTTP driver

* Fixed linting issues
This commit is contained in:
Tim Voronov
2019-07-03 14:05:02 -04:00
committed by GitHub
parent 35bfc5e71d
commit 7ce6797e9c
37 changed files with 589 additions and 669 deletions

View File

@ -64,6 +64,7 @@ func NewLib() map[string]core.Function {
"WAIT_STYLE_ALL": WaitStyleAll,
"WAIT_NO_STYLE_ALL": WaitNoStyleAll,
"WAIT_NAVIGATION": WaitNavigation,
"XPATH": XPath,
}
}