Hi,
In my script I am selecting images from various links on a basic HTML Web page. These images either 1) open on the same tab or 2) open on new tab. The difference in the HTML between the two is target=main (same tab) or target=blank (new tab).
I cannot seem to figure out how to identify and capture which target the images will use so I can write an IF/ELSE statement. Can anyone help?