Yes, you can run the selenium test using the NUnit console and just call the corresponding dll
. See this for command line options
** EDIT: ** Download NUnit Runner here . Set the executable file path to the system path. In this, you start by installing and then create a basic batch file with the following command
:: Nunit can be set to system path or simply calling the executable and call the dll with /run switch NUnit/run "C:\selenium\bin\selenium.Tests.dll"
Then schedule the main Windows task using the scheduler. See here, you must also ensure that the assembly is correctly built.
source share