Jump to content

Image Search


Recommended Posts

Hi, I wanted to ask 1question. Is it possible for Autoit to recognise an image which is saved in my pc and send click or smth?

For example

If img "picture" Then click smth

Its almost same like pix search

but i need to search for an image

Edited by sirfearless
Link to comment
Share on other sites

  • Moderators

sirfearless,

Welcome to the AutoIt forum. :)

I have moved your post from where you posted it into its own thread as it had nothing to do with the other question. Please do not hijack threads in future - just open a new one. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Sorry, I just thought that all will ignore my thread. Thanks alot! JohnOne, thanks for link! I will post my script if it wont work. Im newb here and trying to do something from nothing.

Also, could anyone paste here the simplest code? Its hard to start with.

Edited by sirfearless
Link to comment
Share on other sites

  • 2 weeks later...

I need so simple line like

_IELinkClickByText ( $o_IE, "" )

but when i use it it says that variable used without being declared..

for example 3lines script

#include <IE.au3>

$oIE = _IECreate ("")

_IELinkClickByText ( $o_IE, "Login" )

----------------------------------------------

same thing with imgclick...

Also its possible to check browser window and if there is image from c://documents... etc then clikc on it? Reply me fast... Really need help with explaining these variables...

Edited by EdgarT
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...