After using a WebBrowser to login to a site with vb, I want to access my site profile, and download the img from 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>
Get the link to this part background-image: url ("LINK_IMG");
and then download automatically. Is it Possible?