SWAPY
SWAPY copied to clipboard
not maintained any more (will be replaced by py_inspect)

Is there some way to get around this or can it only open notepad.exe + ect?
Reuse `app` variable for one process owned different top level windows. One `app` may be used for all windows owned by one process. For instance: ``` python from pywinauto.application import...
Hello, I'm excited to learn about pywinauto and swapy, but I'm having installation problems. I tried going to the links in the readme.md, but there don't seem to be any...
I am using the latest release of 64-bit SWAPY from [here](https://github.com/pywinauto/SWAPY/releases/download/0.4.8/swapy64bit.exe). However, for a particular software that I am trying to analyse, it gives me the warning in the subject...
Python 3 can automatically solve a lot on unicode problems. Blocker now - there are no native WXPython for Python 3. Should try Phoenix - port WX for Pyhon 3....
By user @changhyuk91from [issue78](https://github.com/pywinauto/SWAPY/issues/78#issuecomment-194097309) os.path.normpath(process_cmdline) AttributeError: 'NoneType' object has no attribute 'startswith' > > > Hi guys I just started programming(5days), so I really need help getting this problem fixed....
If target app is running with Administrator rights, pywinauto requires the higher rights too. Propose to an user for SWAPY's rights elevation in such cases.
This is necessary not for a piece of mind (like AutoIt says). I believe it will prevent Win8.1/Win10 warnings about potential security issues.
It would be quite useful to post a property access directly in the code. For instance, click on the `Texts` property and get the next code: ``` code notepad =...