* @param text the text on the shell.
* @param parent the parent under which a shell will be found.
* @param index the index of the shell, in case there are multiple shells with the same text.
*/
public SWTBotShell shell(String text, Shell parent, int index) {
return new SWTBotShell(shells(text, parent).get(index));
}