for (let elem of document.querySelectorAll('ul > li')) {
if (elem.innerText=='35.5 RU / 3.5 UK') {
elem.click();
}
}
Uncaught DOMException: Document.querySelector: 'li:contains('35.5 RU / 3.5 UK')' is not a valid selector