python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
pywinauto.keyboard.KeySequenceError: `)` should be preceeded by `(`
Traceback (most recent call last):
File "C:/Users/lppio/PycharmProjects/WorkTexter/main.py", line 43, in <module>
typeNumber.type_keys(row[2]) # inputs number
File "C:\Us...
Michael Stark
Votes: 0
Answers: 1
using pywinauto to open two different applications. First app opens and runs. the second app 'starts()' and 'connects()' but no windows open
first of all, thank you for taking the time to review my question/s. This is my first attempt to ask a question so forgive me if I leave out necessary details or am too vague.
my test scripts: python2...
kmh
Votes: 0
Answers: 1
Why pywinauto cannot click on the next button?
I wrote an installation script, everything is working, but for the uninstall, pywinauto doesn't want to see the next button :
from pywinauto.application import Application
from pywinauto import Deskto...
Bob
Votes: 0
Answers: 1
How can I find the subclasses of the app using pywinauto
Hi,everyone
Nowadays I have been working on automating the Flygram app using python package such as pywinauto, pyautogui, however, I got stuck in the problem.
When the script runs and finds the Flygr...
Global Assistant
Votes: 0
Answers: 0