Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the UIA functionality cannot retrieve the control description.
#9
Thank you for sharing.
#9 code only requires a single DLL.
 
Quote:The same code as now.
 Does this mean that there are no plans to add UIA3 support to LA, and an external component must be used to achieve the above functionality?

#9 code:I need to click on the parent object of the e2 control. The following code will throw an error.

err info:
System.NullReferenceException: Object reference not set to an instance of an object.
 
Code:
Copy      Help
var e3 = e2.GetCachedParent();
e3.GetClickablePoint(out var p2);
mouse.click(p2.x, p2.y);


Messages In This Thread
RE: the UIA functionality cannot retrieve the control description. - by Davider - 03-20-2025, 06:12 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)