79672277

Date: 2025-06-19 15:11:41
Score: 1.5
Natty:
Report link

I'm unsure why this does not work.


main_window.child_window(title="File name:", control_type="edit").type_keys("filename.dat")

but this does

main_window["File name:"].type_keys(r"filename.dat", with_spaces=True)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user3490605