Skip to content
New issue

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

Finding control by mouse base version #21

Open
wants to merge 3 commits into
base: atspi
Choose a base branch
from

Conversation

KimNikita
Copy link

No description provided.

py_inspect.py Outdated Show resolved Hide resolved
py_inspect.py Outdated Show resolved Hide resolved
@KimNikita
Copy link
Author

KimNikita commented Jan 18, 2023

sometimes auto selection (by this function) in tree_view doesn't work correctly

@vasily-v-ryabov
Copy link

There is a startup issue with atspi branch of pywinauto:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "C:\Python37_3_64\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "C:\Python37_3_64\lib\threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "py_inspect.py", line 805, in __lookForMouse
    desktop = pywinauto.Desktop(backend=self.current_backend)
AttributeError: 'MyWindow' object has no attribute 'current_backend'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants