waitFor* commands/methods in WebdriverIO

In our previous post, we have seen global waits and timeouts applicable for Page, script or test wise. WebdriverIO provides some more wait methods applicable to individual elements based on specific conditions and they are as follows – waitForClickable waitForExist waitForEnabled waitForDisplayed Note – all these above methods are applicable for the element level not…