From 60b717efbd7351a0fbd65a11678409553a249ad6 Mon Sep 17 00:00:00 2001 From: Josh at WLTechBlog Date: Mon, 18 Aug 2025 13:46:39 -0500 Subject: [PATCH] multiple --- daemon/daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/daemon.go b/daemon/daemon.go index 0d137ef..aba8164 100644 --- a/daemon/daemon.go +++ b/daemon/daemon.go @@ -3495,7 +3495,7 @@ func (d *Daemon) interactMultiple(tabID, interactionsJSON string, timeout int) ( // For select elements, use JavaScript to set the value script := fmt.Sprintf(` (function() { - const element = arguments[0]; + const element = this; if (element.tagName.toLowerCase() === 'select') { // Try to select by value first for (let option of element.options) {