Get Image URL from the Web page using Java Script

@ankswe
have a look here:
grafik

clicking the configurator pointed to div. But manually adoption to following is bringing urls as shown above:

<extract>
	<column exact="1" name="Column1" attr="src">
		<webctrl tag="div" class="UG_list_b"/>
		<webctrl tag="div" class="pic W_piccut_v" idx="1"/>
		<webctrl tag="img" idx="1" />
	</column>
</extract>

the important changes are the added
<webctrl tag="img" idx="1" /> and the attr change from text to src

5 Likes