How can i parse img links to array from site with k6/parse? already trying to parse titles, links and its still work, but it does not work with img links for me.
Hi @Maxwell6612, welcome to the community forum!
You just need to find what query works to get them … which is basically jquery’s syntax. So you need to look at your html code and see how the images are defined and query for them.
If you post your code and page, maybe we can try and find out what is going wrong together.
Relevant stackoverflow answer.
Hope this helps