Ravi Vanapalli
Ravi Vanapalli

Reputation: 9950

Run Console application using Windows Scheduler

I have created a console application which run selenium test and open up browser, when running the application exe file it works fine both in Debug & Release mode.

When I try to schedule this console application using Windows Scheduler it starts open up command window but does not open browser.

I am using Window Server 2008 to test this application.

Do I need to add some special permissions to run it as task

Upvotes: 1

Views: 5782

Answers (1)

seldary
seldary

Reputation: 6256

Have you tried running the scheduled task with a specific account (ie, your account)? LocalSystem is quite different than a "regular" user account.

Upvotes: 1

Related Questions