Html selector to get src element from a tag

hi,
I'm trying to get img src from web page.
in html parser node, I done selecting output = "object of any attribute..." option. if I use any other of 3 available options I receive empty payload in debugger.

anyone knows the corrent way to extract souce with html query selector ?

THis may help

[attribute] | CSS-Tricks (css-tricks.com)

And here is how you cheat...

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.