Can ZP take multiple matches from a REGEX in one step... for example -
I want Match# 0,3,5,7 ?
Or must the steps be separate?
Lazlink if you want to pull all matches in your regex, substitute -|-all for -|-0.
If you are trying to get the match values for all of the checkboxes and save them to file then you will have to use the Get=>Webrowser=>Get dom text and then do a regular expression to pull out all of the results. If you are trying to check one of the checkboxes in a random fashion then you can use the random.int macro and put in values that are your lower limit and upper limit. It might help if you gave us the site you are working on and what you are trying to do.
