Katalon now adds @text() instead of text(), which breaks any “contains” XPaths:
//button[contains(@text(), ‘OK’)] is what Katalon 5.3.0 generates, but should be //button[contains(text(), ‘OK’)].
This was fixed in 5.3.1. Thank you
Katalon now adds @text() instead of text(), which breaks any “contains” XPaths:
//button[contains(@text(), ‘OK’)] is what Katalon 5.3.0 generates, but should be //button[contains(text(), ‘OK’)].
This was fixed in 5.3.1. Thank you