Clean up drivers and open browsers before new execution
Some drives and browser windows can remain open after the previous execution and affect the current processes.
To perform automatic closure of old running of web drivers 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