Windows Desktop App testing :set text in iput type int

hi everyone,
i’m recording a simple testcase to try windows app testiong ,Someone have idea about how i can input a number “type :int” in input .
when i run my test i got this screen :

Windows.startApplicationWithTitle(‘C:\Program Files (x86)\TeamViewer\TeamViewer.exe’, ‘teamviewer’)

Windows.setText(findWindowsObject(‘Object Repository/t1/Edit’),“123456799”)

Windows.click(findWindowsObject(‘Object Repository/t1/Button’))

Windows.closeApplication()