Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
accessible object value getting truncated
#1
I am getting the value of an accessible object which contains a chunk of text of about 5000 chars, but the value is getting truncated when I try to get it:

Code:
Copy      Help
Acc a.Find(w "PAGETAB" "Findings" "class=vmv9c000000" 0x1005 0 0 "c2")
out a.Value
How can I get the full text value?
#2
With accessible object functions it is not possible because OS limits text length. UI Automation also limits.
Try getwintext.
#3
The object is a TEXT role, not window, so getwintext does not work with it


Forum Jump:


Users browsing this thread: 1 Guest(s)