c# - Silent UI automation -



c# - Silent UI automation -

is there tool .net (either free or commercial) can execute ui automation in silent manner? eg. go command panel , something, without beingness shown on logged on user's session.

thanks

it depends on you're looking do. things cannot done due intentional developer-made windows limitations (for anti-spam , security reasons).

check out apis , command line options see if can you're looking for.

you can execute command line commands .net code silently, might not need.

c# testing ui-automation

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -