The command WebUI.waitForElementClickable do not wait

In the katalon version 9.7.7 the command WebUI.waitForElementClickable do not wait for the time that was set and the test fail because of that.

2 Likes

hi @joao.atenor

i’m curious how you concluded that the WebUI.waitForElementClickable() command does not wait for the specified timeout

how are you certain that the issue comes from this command and not from your own script?

to verify whether your assumption is correct, try using the WebUI.verifyElementClickable() command to check properly whether the element you’re interacting with is actually clickable or not

1 Like

I don’t understand what you mean by this.

Please show the log so that we can understand what you mean.

1 Like

kindly share the code triggering the issue, error logs, application screenshot

1 Like

It is not returning any error, in the past works properly but now is not working. The issue is the katalon do not wait for element clickable. Something happen could be a update on browser.

1 Like

Please try upgrading the WebDriver. See the following instruction:

I already do that and the issue persist

I have no more idea.

Hi @joao.atenor,

If you do not receive any error, can you please share with us recording of all your actions? As currently, the issue is quite ambiguous. Thank you