thank for answer bigcajones
but, in my case.
in set-->html element, i want multiple change value from false become true on match appropriate.
from this
prntscr.com/6j1bs
to this. http://prntscr.com/6j1cx
but, when i write "all" (on second SS). zp doesn't work.
what should i do?
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.
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.