Ricardo Freitas

Results 3 comments of Ricardo Freitas

Tried it on a 4.4.3 HTC, also does not work.

Didn't know about that solution, so thanks for the share ;) you should put it in the docs! :) Between the two solutions I don't know which one is more...

It did, but I made a slight alteration. ``` static public void performWhenVisible(final int viewId, ViewAction... viewActions) { try { ConditionWatcher.waitForCondition(new ViewVisibleInstruction(viewId)); } catch (Exception e) { e.printStackTrace(); throw new...