when testing robotium, is it possible to set the wait time between clicks? For example, I have two buttons (A and B). I want robotics to press button A, and then after 20 seconds press button B.
u can use this code in his work
solo.clickOnButton (0);
solo.sleep (20000); // 20 seconds
If the goal is to wait a fixed amount of time, use solo.sleep (20000). If you want to wait for the state before moving, you can use the waitFor methods.
Source: https://habr.com/ru/post/896014/More articles:BoldDays for TDateTimePicker? - delphiSignature difference between lambda with / without captured variable? - lambdaFinding information to improve code speed - performanceJava - problem connecting to MySQL online database using JDBC - javaUnable to connect JDBC to MySQL (using Java, IntelliJ and Linux) - javaSQL Query for YTD, MTD, WTD totalals - dateDisplay values ββin binary heap in sorted order using width search? - heapIs it possible to use batman.js with an expression? - javascriptGood web server / servlet container for Clojure web applications? - javaIn Scala, can internal methods be overwritten in subclasses? - scalaAll Articles