Hello,
I am looking for an easy way to check if a word is found on a given URL. This can be done by using 'IsFoundOnPage' but how do i do that if the list of words to check for is more than 100?
So on the one hand i got all the URL's of the domain and on the other hands 100+ words and need to know if anu of those 100 words is found on which URL and the number of occurrences. I thought about regex but doesn't that have a character limit?
Thnx for the help