Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bot.waitForShell("", 100);
- @SuppressWarnings("unchecked")
- Matcher<Widget> matcher = WidgetMatcherFactory.allOf(
- WidgetMatcherFactory.widgetOfType(Shell.class),
- WidgetMatcherFactory.withText(""));
- bot.waitUntilWidgetAppears(Conditions.waitForWidget(matcher));
Advertisement
Add Comment
Please, Sign In to add comment