Hello can help me with this isue??
I have to catch and pass to a var a javascript value in my web, i create a input widget, in my javascript i wanna update this object, but this is not available
is there any way to modify and update the value in the variable?
Thanks!!!
Hi Andy,
try to use document.querySelector('.someClass').value = "Value you need"
eg: check the pics and oml, I add a Run Javascript Action from HTTPRequestHandler and add the script inside and add the class "inputTest" to be selected by the query Selector
Results:
Sometime use the getElementById is trick on traditional web, so I advice to do as I show in the pic
Hope I could help you
Best regards
Carlos Lessa
Thanks for your help Carlos!
Welcome, good luck with that