How to use AutomationElement in a .NET Core 8 console application?
I’m working on a console application using .NET Core 8 and I need to use the AutomationElement object from the UIAutomation library to automate UI tasks.
I’m working on a console application using .NET Core 8 and I need to use the AutomationElement object from the UIAutomation library to automate UI tasks.