laurentj / slimerjs

A scriptable browser like PhantomJS, based on Firefox
http://slimerjs.org
Other
3k stars 259 forks source link

specify the slimerjs window position #668

Open developernew123 opened 6 years ago

developernew123 commented 6 years ago

versions

I wish to run tests full headless without any gui , I know that is not possible with xulrunner but can you make an argument to specify the slimerjs window position so that I can run it in a position outside the screen thus no window will apear

MarkR42 commented 6 years ago

If you use Firefox 56 or higher, you can use the -headless option on Windows. No window will appear.

Alternatively, it might be possible to run it in another desktop or session in Windows, so it doesn't interfere with your normal activities.

You could also run it in a VM, of course.