Wait until operations in CustomKeywords finish to continue, Katalon Studio Wait until operations in CustomKeywords finish to continue, Katalon Studio selenium selenium

Wait until operations in CustomKeywords finish to continue, Katalon Studio


You can use any of the Wait commands in Katalon to wait for some element's presence or non-presence.

WebUI.waitForElementAttributeValue()WebUI.waitForElementClickable()WebUI.waitForElementHasAttribute()WebUI.WaitForElementNotClickable()WebUI.WaitForElementNotHasAttribute()WebUI.WaitForElementNotPresent()WebUI.WaitForElementNotVisible()WebUI.WaitForElementPresent()WebUI.WaitForElementVisible()

After that, you could still add a WebUI.delay() if needed.