காத்திருப்பதற்கு இயக்கப்பட்டது
Wait for an element (selected by css selector) for the provided amount of milliseconds to be (dis/en)abled. If multiple elements get queried by given selector, it returns true if at least one element is (dis/en)abled.
தகவல்
As opposed to other element commands WebdriverIO will not wait for the element to exist to execute this command.
Usage
$(selector).waitForEnabled({ timeout, reverse, timeoutMsg, interval })
Parameters
Name | Type | Details |
---|---|---|
options optional | WaitForOptions | waitForEnabled விருப்பங்கள் (விருப்பமானது) |
options.timeout optional | Number | மில்லி வினாடிகளில் நேரம் (இயல்புநிலை waitforTimeout கட்டமைப்பு மதிப்பின் அடிப்படையில் அமைக்கப்பட்டுள்ளது) |
options.reverse optional | Boolean | இது உண்மையாக இருந்தால் எதிர்மறைக்கு காத்திருக்கிறது (இயல்புநிலை: பொய்) |
options.timeoutMsg optional | String | இருந்தால் இது இயல்புநிலை பிழை செய்தியை மேலெழுதுகிறது |
options.interval optional | Number | சோதனைகளுக்கு இடையேயான இடைவெளி (இயல்புநிலை: waitforInterval ) |