2024-12-03, 12:15:36
(2024-12-03, 08:14:48)carlos@agpsoftware.com Wrote: Thanks, Wil.
Maybe now i got the trick. And the example 'opens' my mind to other ways of thinking web automation. We are 'forcing' browse to exec new code that is not contained on it and return for us i.e. a list of ids... then we'll work with this ids and 'ById' functions.
Now i can go ahead. I'll keep in touch.
Thanks again.
Regards
i am wondering, can Javascript return an object instead of string or other type of value?
Something like:
return document.getElementById("viewns_Z7_AVEQAI930OBRD02JPMTPG21004_:form1:button1")
I case yes, could i read attributes of this returned object?
CYZ