Clean up drivers and open browsers before next execution
Some drives and browser windows can remain open after the previous execution and affect the current processes.
To close older web driver or opened browser windows, add the following properties to worker.bat. The default value is false.
-Dwebdriver.edge.clean-on-startup=true
-Dwebdriver.chrome.clean-on-startup=true
-Dwebdriver.ie.clean-on-startup=true
-Dwebdriver.edge-in-ie.clean-on-startup=true