Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get the last message in Google Chrome browser
#1
I want to get the last message in ChatGPT chat in Google Chrome browser as shown in the screenshot below. It's nested deep. I tried many methods but no luck.
https://i.ibb.co/r2LbX7g/66.png

In Qm, similar methods can be used. How to achieve this goal in LA?

Macro Macro31
Code:
Copy      Help
w=wait(6 WV win("xxx" "xxx"))
a.Find(w2 "LIST" "xxx" "" 0x1001 6)
ARRAY(Acc) ac
a.GetChildObjects(ac) 
Acc& r=ac[(ac.len)-1] ;
_s = r.Name


Messages In This Thread
How to get the last message in Google Chrome browser - by Davider - 03-02-2024, 06:42 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)