I am doing a simple bot for automate users tasks in java/swing with selenium. Selenium needs geckodriver on client computer. How should I deliver that driver?
Put in the java package, commit to svn repo and then build jar which users run?
Outsource that task to our IT department, they will have to copy driver in path which we determine?
I want to know what is better practice.