I would like to get all the links from a page, which match on a specific pattern.
I try to do this with Regular Expression Extractor
post processor with regex like this: <a[^>]* href="([^"]*)"
.
I checked response of GET
command and found, those links are not visible in response, but links are only visible in browser, when mouse is over text.