Hello im pretty new to this forum and to kantu, i cannot find how to store value inside a element with id what i tried so far:
{
"Command": "storeValue",
"Target": "id=light",
"Value": "lija"
},
{
"Command": "echo",
"Target": "${light}",
"Value": ""
}
the element is this:
<td style="text-align:center" class="unit-item unit-item-light" id="light">0</td>
what i want to store is the number 0