amruthvvkp / flaui-uiautomation-wrapper

Tool to perform UI Automation on Windows desktop applications using an underlying Fla-UI wrapper.
GNU General Public License v3.0
6 stars 3 forks source link

Update AutomationElements to Pydantic #44

Closed amruthvvkp closed 6 months ago

amruthvvkp commented 1 year ago

We have some draft of AutomationElements wich can utilize Pydantic as a data model instead of generic Python classes. This upgrade will ease a lot of data validations across usages.