What are the different types of Wait in Appium with Java?
Code Snippet:
//Implicit Wait in Appium driver.manage().timeouts().implicitlyWait(60, TimeUnit.SECONDS); //Explicit Wait in Appium Thread.sleep(5);
Posted on April 9, 2019
By Shah Nawaz
//Implicit Wait in Appium driver.manage().timeouts().implicitlyWait(60, TimeUnit.SECONDS); //Explicit Wait in Appium Thread.sleep(5);
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Privacy Policy
Accept