exists().click 不适用于空手道 0.9.6.RC3 版本

exists().click not working with karate 0.9.6.RC3 version

到目前为止,我一直在使用 0.9.6.RC2,下面的代码适用于这个版本

* exists("a[title='tn3270e: xyz']").click

但今天我将版本更改为 0.9.6.RC3,但出现以下错误

TypeError: exists("a[title='tn3270e: xyz']").click is not a function in <eval>

请帮忙

我刚刚发现 exists() 已更新。 文档在这里 https://github.com/intuit/karate/tree/develop/karate-core#optional

现在代码将是

optional("a[title='tn3270e: xyz']").click()