Good title huh? 
My objective:
Go on a website, click a random inner link, click a random inner link, ... N times.
The problem:
On each page there's a different number of inner links, this is why it needs to be dynamic.
So far:
Thanks to a previous thread in this group, i know how to get the DOM text and how to get the number of matches.
Main Problem:
When using the Rise on event Click, i don't manage to get the same amount of links with the regex code.
This is what i was using href.*html the parsing gives x number results and the branch builder gives 0
Any ideas tips are welcome, the currency over here are boobs?

My objective:
Go on a website, click a random inner link, click a random inner link, ... N times.
The problem:
On each page there's a different number of inner links, this is why it needs to be dynamic.
So far:
Thanks to a previous thread in this group, i know how to get the DOM text and how to get the number of matches.
Main Problem:
When using the Rise on event Click, i don't manage to get the same amount of links with the regex code.
This is what i was using href.*html the parsing gives x number results and the branch builder gives 0
Any ideas tips are welcome, the currency over here are boobs?