Jump to content

Find Image in a Webpage


Recommended Posts

Im trying to make a script that will check for a certain image on a page like to check if "www.google.com/google.gif" is present on the current page. Is this possible and would I need to use the IE.au3 package along with it?

Yes, since you know the html source of the image it will be easy to find with the IE.au3 UDF. Check out the help file on _IEImageGetCollection().

:)

Edit: It occurs to me that you could just do a simple StringInStr() on the HTML from the whole page too...

Edited by PsaltyDS
Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...