waitForClickable
Wait for an element for the provided amount of milliseconds to be clickable or not clickable.
தகவல்
As opposed to other element commands WebdriverIO will not wait for the element to exist to execute this command.
Usage
$(selector).waitForClickable({ timeout, reverse, timeoutMsg, interval })