Angular, Katalon & ngWebDriver

Hi @kazurayam @devalex88, Could you pleasssseeeee … explain how to achieve this…

I want to check the below conditions for all the steps in a testcase i.e.

WebUI.waitForPageLoad(300, FailureHandling.OPTIONAL)
WebUI.waitForJQueryLoad(300, FailureHandling.OPTIONAL)
CustomKeywords.‘util.Util.waitUntilJQueryReady’()
CustomKeywords.‘util.Util.waitUntilAngularReady’()

It would be great if you could explain how to achieve it with a sample github project.

your help in this regard is highly appreciated.