Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
You should not log a message using the object. I would change your SetVariable to point to the object's innerText property instead or Log Message for the object.innerText.
Logging the object will result in a blank because the object is not a string...
Logging the object will result in a blank because the object is not a string...