'Is there any way to use continueOnStepFailure with methods "waitFor" "waitForUrl"

Is there any way to use continueOnStepFailure with methods like "waitFor" "waitForUrl"?

Presently execution stops on waitFor failure and with json syntax for continueOnStepFailure, results in null pointer exception if we give "waitFor"

* configure continueOnStepFailure = { enabled: true, continueAfter: true, keywords: ['match', 'status', 'waitFor'] }

Using Karate version 1.1.0



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source