Basically, I am going to distribute my Selenium program to several clients for automation purposes.
Instead of asking each client to install FireFox (and risk possibly incompatible versions), I would prefer that FireFox (or any other browser) be packaged in my program directory (possibly a portable version).
All my clients will use Windows btw.
Has anyone tried this or had any suggestions on how to do this?
EDIT: I suppose I could use PhantomJS with selenium and just pack my software using the phantomjs driver. It will not require any external browsers, right?
source
share