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

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -