sbunciak

swtbot

Jul 25th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1.         bot.waitForShell("", 100);
  2.  
  3.         @SuppressWarnings("unchecked")
  4.         Matcher<Widget> matcher = WidgetMatcherFactory.allOf(
  5.                 WidgetMatcherFactory.widgetOfType(Shell.class),
  6.                 WidgetMatcherFactory.withText(""));
  7.  
  8.         bot.waitUntilWidgetAppears(Conditions.waitForWidget(matcher));
Advertisement
Add Comment
Please, Sign In to add comment