Vasily Ryabov

Results 18 issues of Vasily Ryabov

The potential solution is found on Reddit: https://www.reddit.com/r/learnpython/comments/7yquo6/moving_mouse_in_a_unity_window_with_python/ This is a DirectInput scan codes: http://www.gamespp.com/directx/directInputKeyboardScanCodes.html

enhancement
help wanted
good first issue

The idea comes from this SO thread: https://stackoverflow.com/q/71494933/3648361 Also list of special characters to escape could be useful.

enhancement

This code was introduced in PR #300 to resolve bug #278. Currently this code doesn't allow to move methods `is_minimized` or `is_maximized` or similar to `WindowWrapper` or another control_type specific...

bug
refactoring_critical

This feature request is posted on StackOverflow: https://stackoverflow.com/q/66239653/3648361 It sounds like a good idea. The suggested returned value is not exactly JSON string, but a serializable structure of dict and...

enhancement

Example is here: https://github.com/python-xlib/python-xlib/issues/200#issuecomment-1123945373

The idea comes from Spotify app automation. This answer on StackOverflow points to the correct code in C#: https://stackoverflow.com/a/31733319/3648361

enhancement

This issue was raised in #552. The idea is pretty obvious: proper destroying device context returned by function `CreateDC`.

enhancement
help wanted
good first issue

The problem was reported in Russian Gitter chat a while ago. Demo application: https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/tree/master/MainDemo.Wpf ### Short Example of Code to Demonstrate the Problem Select by string is working. But the...

UIA-related
need investigation

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.

enhancement

It's reproduced on `.\apps\MFC_samples\CmnCtrl1.exe`. Just open "CToolBarCtrl" tab and run SWAPY. Find "New" toolbar button and select `Click` method. The following code is generated: ``` python import pywinauto pwa_app =...

bug