Angular, Katalon & ngWebDriver

@kazurayam

Hi Kaz …Is there a way to call a custom keyword in each and every step, like what you created for Highlight Test object in each and every step

The below keyword should execute for each and every step

@Keyword
public staic void waitAllRequest() {
// waitUntilJSReady ();
// ajaxComplete();
// etc …etc
// waitForPageload();
// waitUntilAngularReady();
}

If this is achievable … then it would be close to Automatic waiting like protactor test. Thanks …