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:
@ -64,6 +64,7 @@ func NewLib() map[string]core.Function {
|
||||
"WAIT_STYLE_ALL": WaitStyleAll,
|
||||
"WAIT_NO_STYLE_ALL": WaitNoStyleAll,
|
||||
"WAIT_NAVIGATION": WaitNavigation,
|
||||
"XPATH": XPath,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user