We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I changed the backend to Win32, the program couldn't obtain operable controls within the application. Is it possible that only UIA can be used?
CONTROL_BACKEND: "win32" # The backend for control action, currently we support uia and win32
but,outlook,chrome:
control_list: [] self._annotation_dict: {} self.filtered_annotation_dict: {}
The text was updated successfully, but these errors were encountered:
Thanks @wadang , we will investigate. Base our experience, win32 does not support well for most of applications. I will suggest to use uia instead.
Sorry, something went wrong.
No branches or pull requests
When I changed the backend to Win32, the program couldn't obtain operable controls within the application. Is it possible that only UIA can be used?
CONTROL_BACKEND: "win32" # The backend for control action, currently we support uia and win32
but,outlook,chrome:
The text was updated successfully, but these errors were encountered: