Search found 11 matches

by nwr425
21 Sep 2018, 22:15
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

Thank you Feiyue,

Also what part of the code would I edit to click in a random location within the image's dimensions?
For example, If I did not want to click in the same location on the found image each time.
by nwr425
21 Sep 2018, 01:53
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

@nwr425, Although this function FindText() returns all the locations found, because the lookup is from top to bottom, sometimes the middle image is higher than the first image, so it returns first, so the position returned may be disordered and difficult to sort.. I find that the location of these ...
by nwr425
20 Sep 2018, 02:37
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

@feiyue I want to put this to code using findtext. I want to select a different image other than the one in the top left slot. Does this program order identical images in a way to do that? i.e x.1 x.2 x.3 x.4 etc etc Hope this helps clarify! Thanks for help! https://imgur.com/a/oXmewZy Default: http...
by nwr425
20 Sep 2018, 02:19
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

The numbers represent identical images that are being focused by FindText My end goal is to: -Click the image1 then immediately after that happens, the image1 that has been clicked will disappear. -Then I would like to click the image that was directly below the image that previous disappeared. -Bel...
by nwr425
19 Sep 2018, 21:38
Forum: Ask for Help (v1)
Topic: Super Basic Question
Replies: 1
Views: 520

Re: Super Basic Question

Thanks to the AHK Discord I found a working solution for anyone else interested ::: "CloakerSmokerToday at 6:39 PM I found how to do it globally, go to C:\Windows\ShellNew\Template.ahk and edit that" Followed Path >Right Clicked 'Template.AHK'>Edit Script> opens in SciTE >Added desired header lines>...
by nwr425
19 Sep 2018, 20:09
Forum: Ask for Help (v1)
Topic: Super Basic Question
Replies: 1
Views: 520

Super Basic Question

Looking to have scite4 start all my new scripts with "#singleinstance force" by default
by nwr425
19 Sep 2018, 20:05
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

Hi, @nwr425, Although this function FindText() returns all the locations found, it is recommended to look for images that appear only once in the full screen. 1. When you write web page automation scripts, you should try to avoid looking for multiple identical images, try to use a unique image, to ...
by nwr425
19 Sep 2018, 05:37
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

Hi, @nwr425, Although this function FindText() returns all the locations found, it is recommended to look for images that appear only once in the full screen. 1. When you write web page automation scripts, you should try to avoid looking for multiple identical images, try to use a unique image, to ...
by nwr425
18 Sep 2018, 18:17
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

Hi @feiyue or Anyone else. I looked through this thread but did not find simple terms of how to complete the following: When finding multiple identical images on a page, my end goal is to click images in the following order: 1>5 1>4 1>3 1>2 1>5 1>4 1>3 repeating/etc... I know the normal order is to...
by nwr425
12 Aug 2018, 15:02
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

Failing to find the following 'Image1' from webpage using Grey2Two and Auto. Any ideas?

Image1:
Image

Webpage View:
yes forum.PNG
yes forum.PNG (3.45 KiB) Viewed 7226 times
by nwr425
11 Aug 2018, 03:46
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1087
Views: 568001

Re: FindText - Capture screen image into text and then find it Topic is solved

Big shout out to @feiyue -- Thanks for this Curious if this theory is possible: Image1 is currently being used to skip between different loops. What I would like to do with Image 2 is the following: If Image2 is ever seen at any point in my script; sleep for a few seconds, navigate to a different pa...

Go to advanced search