Nube here with a nube question..
The section of webpage code I’m trying to capture is as follows.
rem. <div class=”col -sm3”>
rem. <span class =”ieso-data-value up”>$22.86
I'm using the edit HTML node with “div.col-sm-3” and I get all the data under div.col-sm-3
I’m trying to figure out how to only get the “ieso-data-value up” data.
Can someone help with the syntax?
Thank you