public int setBatcherPoolSize(String size){
TextInputControlDock textInput = new TextInputControlDock(scene.asParent(),"batcherNewNum");
textInput.type(size);
LabeledDock setButton = new LabeledDock(scene.asParent(),"batcherNumSet");
setButton.mouse().click();
return testDataProvider.numerOfThreadsBatcher;
}
public int setPriority(String size){
TextInputControlDock textInput = new TextInputControlDock(scene.asParent(),"prioNew");