06-04-2025, 02:18 AM
The image shows that the program uses Webview2 control. UI elements should work there. Are UI elements unavailable in entire control? Or only for edit fields like this? If in entire control, try to set this environment variable before running the program:
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS=--force-renderer-accessibility
As always, to propagate changes in environment variables, may need to sign out/in.
If that does not work, try Playwright. It seems it can work with Webview2 control, but I still did not test. Links:
https://playwright.dev/docs/webview2
https://www.libreautomate.com/cookbook/W...right.html
WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS=--force-renderer-accessibility
As always, to propagate changes in environment variables, may need to sign out/in.
If that does not work, try Playwright. It seems it can work with Webview2 control, but I still did not test. Links:
https://playwright.dev/docs/webview2
https://www.libreautomate.com/cookbook/W...right.html
