Skip to content

zbq/console_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

windows console robot

utils to do console application automation. add your script in a key stroke script such as ks.py, and run it by "console_robot.py ks.py"

##ks.py example:

w = find_console("robot_demo")

w.char("pushd c:\ \n")

w.char("dir\n")

w.char("pushd d:\ \n")

w.char("dir\n")

About

windows console robot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages