I have to create a test application on JMeter where i need to get only that anchor tag and all its content which has my url name.
<a href='http://www.mysite.com/' title='Free Stuff' target='_NEW'>Free Stuff</a>
or any other variant is returned. Only prerequisite is that it should start with < a , have mysite.com in between and < / a > at the end. I have endlessly tried to do this, even searched this forum but to no avail. Help needed desperately.
Thanks