I'm using puppeteer and i need to compare 2 value every second. I don't found something good like a event update (when the script finished it execute the event) or event change (when a value change like <span class="class">ValueHere</span>). The only solution i found is a timer but i have some problems with it.