I'm using latest Kepler and SWTBot in order to test a plugin.
How do I find a view (e.g. Welcome dashboard and close it) using SWTBot()?
Note: I had a first version of the test that made use SWTWorkbenchBot which fails to work with maven tycho-surefire-plugin even though it works just fine when launched from "Run As" -> "SWTBot Test".
Any ideas of how I can get access to a view using SWTBot?