Skip to content

harua8n/haru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Haru Automation# Windows UI Automation using mostly UIA

##Automate Notepad?

app = haru.App()
app.start('notepad.exe')
notepad = app.Notepad
notepad.edit.type("hello")
notepad.close()
notepad.wait_for(object_type='dialog', caption='Notepad')
notepad.Notepad.DontSave.click()

##Installation##

##Related projects##

Releases

No releases published

Packages

No packages published