smartWait feature

The feature

WebUI.enableSmartWait()

does not work as expected. It does not wait till the page loads and moves to next step even if the next page is not loaded. Is there a way to solve this issue.

That’s correct. Smart Wait does not care about page loading behavior, for that you need WebUI.waitForPageLoad()

https://docs.katalon.com/katalon-studio/docs/webui-wait-for-page-load.html

To understand Smart Wait, you should read this article along with the discussion beneath it:

https://docs.katalon.com/katalon-studio/docs/webui-smartwait.html

1 Like