This commit is contained in:
2026-02-25 08:54:54 +01:00
parent 8992068da2
commit e183c96894
2 changed files with 15 additions and 0 deletions

View File

@@ -76,6 +76,8 @@
ww-on
ww-element-info
ww-exec-js
ww-file-open
ww-file-save
ww-choose-dir
@@ -915,6 +917,12 @@
(define (ww-await . args)
#t)
;; Execute Javascript
(def-cmd ww-exec-js
exec-js ((win-id ww-win?)
(js string?)) () -> string)
;; get value of an element
(def-cmd ww-get-value