I am encountering an issue with changing values ("xxxx", "yyyy") and have already attempted the following:
document.querySelector('.sum_1Ux--VGpXx').innerHTML = 'New Value';
and
document.querySelector('.balance_1EVI0wwOHO').innerHTML = 'New Value';
However, this approach is not working. Can someone please help me identify what I am doing wrong?