Answer the question
In order to leave comments, you need to log in
How to enter data in a new dialog using pywinauto?
Good afternoon,
I am automating one application, initially there is this screen:
from pywinauto.application import Application
app = Application(backend="uia").start('sda/Steam Desktop Authenticator.exe')
dlg_spec = app.Steam_Desktop_Authenticator
actionable_dlg = dlg_spec.wait('visible')
app.Steam_Desktop_Authenticator.SetupNewAccount.click()
dlg_spec = app.Steam_Login
actionable_dlg = dlg_spec.wait('visible')
dlg_spec.set_focus()
app.Steam_Login.Username.type_keys("login")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question