Get data from Chrome_RenderWidgetHostHWND1

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
user1824
Posts: 29
Joined: 10 Sep 2021, 10:40

Get data from Chrome_RenderWidgetHostHWND1

Post by user1824 » 25 Oct 2021, 09:56

So what I am trying to achieve is to get the text written in the box under Tooth #(s), when I check the controller class using window spy, the whole web page comes under same classNN: Chrome_RenderWidgetHostHWND1 , can anyone show me any direction to move forward with?
The only way I could think of is by doubling clicking on it, then CTRl + C to copy but after copy & pasting, I have to move to the next entry and when I do that, page refreshes & in some cases the position of that box changes a little, is there any reliable way to achieve this?
You can see the attached screenhshot for reference.
Attachments
1.png
1.png (183.59 KiB) Viewed 880 times

teadrinker
Posts: 4331
Joined: 29 Mar 2015, 09:41
Contact:

Re: Get data from Chrome_RenderWidgetHostHWND1

Post by teadrinker » 25 Oct 2021, 13:53

AHK doesn't support getting data from Chrome_RenderWidgetHostHWND directly.
Some possibilities:

user1824
Posts: 29
Joined: 10 Sep 2021, 10:40

Re: Get data from Chrome_RenderWidgetHostHWND1

Post by user1824 » 25 Oct 2021, 15:13

Thanks @teadrinker !!

Post Reply

Return to “Ask for Help (v1)”