Running htmlunit for .net selenium-webdriver? -


does have instructions .net dev run htmlunit , htmlunitdriver standalone server can connect .net tests, using selenium-webdriver's remotewebdriver?

i'm not interested in porting htmlunit, , i'm happy run jar file, don't know how to!

thanks matt

assuming have java installed, should simple downloading standalone server jar here, running:

java -jar selenium-standalone-server.jar 

Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -