Page 1 of 1

Get data from Chrome_RenderWidgetHostHWND1

Posted: 25 Oct 2021, 09:56
by user1824
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.

Re: Get data from Chrome_RenderWidgetHostHWND1

Posted: 25 Oct 2021, 13:53
by teadrinker
AHK doesn't support getting data from Chrome_RenderWidgetHostHWND directly.
Some possibilities:

Re: Get data from Chrome_RenderWidgetHostHWND1

Posted: 25 Oct 2021, 15:13
by user1824
Thanks @teadrinker !!