You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lvt supports a plugin architecture for adding new framework providers. Plugins are DLLs that implement a simple C interface and are loaded automatically from `%USERPROFILE%\.lvt\plugins\`.
174
+
175
+
See [src/plugin.h](src/plugin.h) for the plugin interface.
176
+
170
177
## Future work
171
178
172
179
- WinForms provider
173
180
- WebView2 provider
181
+
- MAUI provider
174
182
- Element property querying (`--query <id> <property>`)
0 commit comments