if it is with +
window.AppInventor.setWebViewString(document.getElementsByClassName("t-text -black-warm-60 -formatPrice")[0].innerText + "|"+document.getElementsByClassName("t-text -size-lg -cbalanced -percPrice")[0].innerText)
while if it is -
window.AppInventor.setWebViewString(document.getElementsByClassName("t-text -black-warm-60 -formatPrice")[0].innerText + "|"+document.getElementsByClassName("t-text -size-lg -assertive -percPrice")[0].innerText)
while if i want also to add last update i tryed adding
window.AppInventor.setWebViewString(document.getElementsByClassName("t-text -black-warm-60 -formatPrice")[0].innerText + "|"+document.getElementsByClassName("t-text -size-lg -assertive -percPrice")[0].innerText+ "|"+document.getElementsByClassName("t-text -block -size-xs | -xs")[0].innerText)
and it's ok!
is it possible to split in 3 labels the 3 values at fly? and not add before in 1 label with "|" ?