trans-am
2 years agoOccasional Contributor
Get attribute value to variable
In groovy script I have following
log.info(blabla) //prints out
INFO:XMLRESPONSE[attributes={}; value=[000XXXAAACCC]]
and when I try
log.info(blabla.value) //prints out empty
INFO:[]
How can I get just 000XXXAAACCC added to variable?