return !getGfmViews().isEmpty();
}
public static MarkdownViewBot open() {
bot.menu("Window").menu("Show View").menu("Other...").click();
SWTBotShell shell = bot.shell("Show View");
shell.activate();
bot.tree().expandNode("GFM Support").select("GFM View");
bot.button("OK").click();
return findById();
}