1
After using a Webbrowser to log into a site with Vb, I want to access my site profile, and download the image of my profile
<a href="#" data-target="#profile-photo" data-toggle="modal" class="profile-photo" style="background-image: url("LINK_IMG"); display: block;"><i class="fa fa-camera"></i></a>
Grab the link from this part background-image: url("LINK_IMG");
and then automatically download. It’s Possible?
Good morning, you want to download your profile image?
– Wellington Araujo
Yes, that, and the link on that line has the image extension . jpg if it makes it easy...
– Rodrigo BS