Can anyone pls tell how to get urls of images in html from Google chrome | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone pls tell how to get urls of images in html from Google chrome

27th Jun 2020, 7:54 AM
Yugansh Bhuker
Yugansh Bhuker - avatar
1 Answer
+ 6
Right click, choose inspect, and you can see the Element info in DevTools, then choose resources and get the image url there.
27th Jun 2020, 8:02 AM
Gordon
Gordon - avatar