Quantcast
Channel: [Q&A - FAQ Neotys] Last answers
Viewing all articles
Browse latest Browse all 135

How to extract value from ?

$
0
0

In NeoLoad you aren't trying to parse out objects in the DOM, rather you just need a regular regex expression that includes the text directly left (and then right) of the text area. I.e. your regular expression regex when created in NeoLoad using the Variable Extractor (see documentation link): will wind up looking something like this:

style="font-size:8pt;width:350px;">(.*?)</textarea>

Will extract :"PT. WINDU EKA" (or whatever might be in the text area at the time the response is given).

Documentation for dynamic variable extracting in NeoLoad:
http://www.neotys.com/documents/doc/neoload/latest/en/htm...


Viewing all articles
Browse latest Browse all 135

Trending Articles