1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-07-05 00:49:00 +02:00

Feature/#478 keyboard events (#618)

* Added support of pressin special keys

* Linting
This commit is contained in:
Tim Voronov
2021-04-23 10:42:31 -04:00
committed by GitHub
parent f16b6afe45
commit 5119d62838
18 changed files with 342 additions and 38 deletions

View File

@ -48,6 +48,8 @@ func RegisterLib(ns core.Namespace) error {
"PAGINATION": Pagination,
"PARSE": Parse,
"PDF": PDF,
"PRESS": Press,
"PRESS_SELECTOR": PressSelector,
"SCREENSHOT": Screenshot,
"SCROLL": ScrollXY,
"SCROLL_BOTTOM": ScrollBottom,