Jun Komoda
Jun Komoda
I do not know if this is a bug or not. GUI Automation is dependent on timing and GUI implementation, so local optimization is often necessary. Utility functions like `find_elements`...
I am unsure if this conditional branching and its result are "intended" or not. https://github.com/pywinauto/pywinauto/blob/ff95296e42c16beaf1f8b94252276cb664a4e47e/pywinauto/findwindows.py#L183-L187 It seems that the absence of the `visible` attribute in the `...Wrapper` corresponding to the...
Hi! Are you trying to run the same type of application with that script? First, I concern that "the OS is different", so "the GUI implementation might be different", even...
Ah, I mistakenly wrote Win11 instead of Win10. Sorry. The "which one is which" problem always confuses us. During this weekend's free time, I plan to summarize the implementations and...
Hi, David! I looked into the implementation details of each method in `MenuItem`. | method name | implementation details | (David said that) works on win11 | (David said that)...
> If you want I can provide you with aditional information regarding the apps. > > Let me know if you need anything. First, if you provide screen captures and/or...
Can you record the screen as a video and extract the frames from that as image files of the specific moments where the problem occurs? If you can visually confirm...
> This is a new issue that was found on the at-spi branch Is this meaning that didn't occur in version `0.6.8` but occurred in the `atspi` branch?
In `PasswordBox`, you call `iface_value.SetValue`. And in `RetypePasswordBox`, you call `type_keys`. I would like to know the purpose of your changing the method you call. And from your video, it...
I think it is quite difficult to run GUI Automation on a server, not just only `pywinauto`. Especially for mouse operations, we have to make sure that we do not...