python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to use ItemsView (pywinauto) to select multiple files in Win Explorer?
I am trying to create a way using pywinauto to select multiple files in Win Explorer.
The below code works great to select/get one file, but I am stuck on using the same approach to select multiple fi...
MoMan
Votes: 0
Answers: 0
Getting different results when running python code one line at a time vs the entire script
I'm just beginning to code in python using pywinauto. If I copy and past my code into the IDLE shell line by line, it works how I expect it too. If I run the code all at once, it dies after a few li...
BrianB
Votes: 0
Answers: 0
Pywinauto: Tree information lost after close of system dialog
I have a menu window of a propietary uia application which raises a subwindow. This subwindow raises a system file dialog window. All three windows have a full tree information which I can display by ...
Newnoob
Votes: 0
Answers: 0
Python PywinAuto : how to set file name in Open Dialog
I want to automate task in my app using PywinAuto python lib. My goal is to click the open file button and load the file. I had managed to start app and open the file Open Dialog
however am unable to ...
user889030
Votes: 0
Answers: 1