mirror of
https://github.com/MontFerret/ferret.git
synced 2025-06-27 00:41:09 +02:00
Feature/focus (#340)
* Added and implemented Focus and FocusBySelector methods * Added e2e tests * Updated CHANGELOG * Fixed linting errors
This commit is contained in:
@ -28,6 +28,7 @@ func RegisterLib(ns core.Namespace) error {
|
||||
"ELEMENT_EXISTS": ElementExists,
|
||||
"ELEMENTS": Elements,
|
||||
"ELEMENTS_COUNT": ElementsCount,
|
||||
"FOCUS": Focus,
|
||||
"HOVER": Hover,
|
||||
"INNER_HTML": GetInnerHTML,
|
||||
"INNER_HTML_SET": SetInnerHTML,
|
||||
|
Reference in New Issue
Block a user