The Regular Expression Extractor: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor
allows one to extract multiple values from a sample. For a list, one could use an RE of the form: <li>(.+?)</li> though this assumes that you want to extract ALL the list items in the page. I imagine you could do something similar for combo-boxes? Whether this is the best approach depends on how you want to use the extracted content... == JMeter does not support array variables; for multiple values use CSV Data Set (or the functions StringFromFile or CSVRead). S. On 10/02/06, Aliaksandr Yermakovich <[EMAIL PROTECTED]> wrote: > Hi All, > > Have anyone found a good way dynamically get html lists or comboboxes content, > for example in an array, and then use it. > > Now I see the only possibility, use files which are created by hands, but > there is no dynamic at all, and it's not that convenient for using. > > Any suggestions are welcome! > > Best Regards, > Alex > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

