[Solved] Javascript stops when searching for string in innerHTML
I was able to fix your code. This a working version. Just remove the comment of the line //element.click(); Ok no how it works? First, we search for all the elements that has these three classes v.content-card-entry.fcb-row.fcb-clear as shown this line: rows = document.querySelectorAll(‘.content-card-entry.fcb-row.fcb-clear’); Then we search for the elements that has a parent span … Read more