String resultObject =newString("button 1 of window \"abc\" of application process \"xyz\" button 2 of window \"abc\" of application process \"xyz\" button 3 of window \"abc\" of application process \"xyz\" button \"Finish\" of UI element 1 of scroll area 1 of window \"abc\" of application process \"xyz\"");
String[] list = resultObject.toString().split("\"xyz\"");
button 1 of window "abc" of application process
button 2 of window "abc" of application process
button 3 of window "abc" of application process
button "Finish" of UI element 1 of scroll area 1 of window "abc" of application process