118119120121122123124125126
} })); SWTBotShell shell = mBot.shell("Create string literal"); shell.activate(); SWTBotText text = shell.bot().textWithLabel( "Enter string literal value"); text.typeText(name + "\n"); }