Search found 44 matches
- 03 Jan 2021, 14:39
- Forum: Scripts and Functions
- Topic: Clicking on a text or link in google Chrome SIMPLE TUTORIAL (no COM or IMGSEARCH required)
- Replies: 5
- Views: 284
Re: Clicking on a text or link in google Chrome SIMPLE TUTORIAL (no COM or IMGSEARCH required)
@leosouza85 Personally I'd never take this kind of approach. Given, with GeekDude's Chrome class, we can automate Chrome, I would (almost always) take that route. If I wasn't going that route I'd probably just use Automate my Task to create a quick (adhoc) temporarly solution Hi Joe thank you for y...
- 30 Dec 2020, 22:55
- Forum: Scripts and Functions
- Topic: Clicking on a text or link in google Chrome SIMPLE TUTORIAL (no COM or IMGSEARCH required)
- Replies: 5
- Views: 284
Re: Clicking on a text or link in google Chrome SIMPLE TUTORIAL (no COM or IMGSEARCH required)
Joe Glines I want your opinion on that technique, since you are the great master of AHK I also found a way to click the image that you are looking for. when the element is focused, via doing the send {tabs} send {appskey} ; this will open the context menu send o ; this will copy the image address t...
- 28 Dec 2020, 23:53
- Forum: Scripts and Functions
- Topic: Clicking on a text or link in google Chrome SIMPLE TUTORIAL (no COM or IMGSEARCH required)
- Replies: 5
- Views: 284
Clicking on a text or link in google Chrome SIMPLE TUTORIAL (no COM or IMGSEARCH required)
Hi there, I want to share a simple technique that I developed so we can click on a text, wait for a text to load etc. With chrome open on the site that you want: send, ^f ;this will open the the find dialog send, the word or phrase that you want to search ;this will fill the find dialog and wil high...
- 22 Jul 2020, 13:34
- Forum: Scripts and Functions
- Topic: Using find on page to click or wait for text elements on a website.
- Replies: 0
- Views: 698
Using find on page to click or wait for text elements on a website.
I developed this workflow to click elements on a website (chrome, but maybe can be ported to other browsers) First of all you have to press a control+f on your chrome window and search for a word present on a website. https://i.imgur.com/GuBvRK3.png Then print screen, paste on paint, cut a rectangle...
- 21 Jul 2020, 21:09
- Forum: General Discussion
- Topic: GPT-3 and Auto Hot Key
- Replies: 3
- Views: 1621
GPT-3 and Auto Hot Key
Let's start to train AHK in GPT-3? Imagine doing our scripts with natural language?! It would be awesome! I think JoeGlines is the guy to do that 

- 03 May 2020, 21:26
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 625
- Views: 229271
- 07 Apr 2020, 06:27
- Forum: Scripts and Functions
- Topic: Webapp.ahk - Make web-based apps with AutoHotkey
- Replies: 41
- Views: 16315
Re: Webapp.ahk - Make web-based apps with AutoHotkey
Hi! I didn't understand what this script is supposed to do.. The purpose is to make guis using html and css? Or to make an app based on a existing website?
- 03 Feb 2020, 16:19
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 625
- Views: 229271
Re: FindText - Capture screen image into text and then find it Topic is solved
Found the issue! changed the maximum number to 1.000.000 in findtext source instead of 1024. 1024 is low when counting individual pixels total.
- 03 Feb 2020, 14:13
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 625
- Views: 229271
- 03 Feb 2020, 11:19
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 625
- Views: 229271
Re: FindText - Capture screen image into text and then find it Topic is solved
I want to perform a findtext and do a msgbox with the total number of results found.
Example I have 100 items on my screen. I know how to use findtext to find the first item. I only need help to msgbox the total of itens found on the screen, could someone help? (My english is bad)
Example I have 100 items on my screen. I know how to use findtext to find the first item. I only need help to msgbox the total of itens found on the screen, could someone help? (My english is bad)
- 09 Dec 2018, 13:26
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
New Release uploaded! - TagIE Recorder (Beta) :D : Use new Recorder BUTTON and "Left-Click" in IE for normal navigation (based on IESelector, send functions to editor automatically : tenter() if type is text input, else tWaitAndClickSel() for clicks. I modified Autoit script so ... Please try :!: L...
- 04 Dec 2018, 18:48
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
but I think that site is multilevel frame, not sure. Yes, it's probably the case... Now we need to integrate the function with multilevel frames... :think: The problem is that imacros code looks like it is only one frame so multilevel cannot be a direct translation :-o maybe a loop frame [0][0], [0...
- 04 Dec 2018, 14:43
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
@burque505: EDIT: Can you tell me how you got the tags for the frame? IE_Selector.exe isn't finding them for me (Win7 64-bit here). To get iframes selectors, I used a recorded script from iMacros (use css checked in 'settings') and convert it in TagiE with the tool iMacros_TagIE_converter... :) IE_...
- 03 Dec 2018, 07:19
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
@burque505: EDIT: Can you tell me how you got the tags for the frame? IE_Selector.exe isn't finding them for me (Win7 64-bit here). To get iframes selectors, I used a recorded script from iMacros (use css checked in 'settings') and convert it in TagiE with the tool iMacros_TagIE_converter... :) IE_...
- 02 Dec 2018, 16:27
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
Your welcome! I just upload a new version I added frame parameter to all function: -click on element, frame number(0:disabled) tclick("ele", 0) -Get element value, in frame (0:disabled) var:=tread("ele", 0) -Enter value in element, in frame (0:disabled) tenter("val", "ele", 0) -Wait for Selector, f...
- 02 Dec 2018, 12:44
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
Wonderful work!!! Really hope that someday it will work with frames and multilevel frames :-D @leosouza85 : I worked on a simple 1 frame page of bing and tried to access on a button, using informations recorded by iMacros, and it works: iMacros code: VERSION BUILD=1005 RECORDER=CR URL GOTO=https://...
- 01 Dec 2018, 09:55
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
Yes it is possible maybe a function to autoconnect to the frame in ahk

- 30 Nov 2018, 17:42
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
for example, some sites we have to do something like this to access elements in frames we cannot access directly via a pointer to the web browser... joe glines have excelent videos about this... the code looks like this: frame := ComObj(9,ComObjQuery(pwb.document.All("WA1").contentwindow,"{332C4427-...
- 30 Nov 2018, 15:06
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
Wonderful work!!! Really hope that someday it will work with frames and multilevel frames 

- 27 Nov 2018, 20:33
- Forum: Scripts and Functions
- Topic: [Editor] Browser Automation Macro Editor (TagIE)
- Replies: 80
- Views: 17908
Re: [Editor] Browser Automation Macro Editor (TagIE)
fantastic! <3