Trying to get these 2 elements having the same class with "document.querySelectorAll(".sc-gHboQg"), but it returns and empty NodeList:
As soon as I inspect the element:
As far as I understand these elements are outputted dynamically in javascript, probably react, but how can I get them without having to inspect them first?