Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
editable text, find accessible object
#6
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


Messages In This Thread
RE: editable text, find accessible object - by Gintaras - 06-04-2025, 02:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)