关于#katalon recoder#的verifyText问题,如何解决?
使用katalon recoder ,verifyText,assertText等断言前两天能正常使用,今天一直报这个错,检查业务功能是正常的,怀疑了人生,有遇到过相关情况的莫Cannot read properties of undefined (reading 'getCommandHandler')方法使用:
verifyText(locator, pattern)
Generated from getText(locator)
Arguments:
locator - an element locator
Returns:
the text of the element
Gets the text of an element. This works for any element that contains text. This command uses either the textContent (Mozilla-like browsers) or the innerText (IE-like browsers) of the element, which is the rendered text shown to the user.
Please see samples at Github.
是不是改啥配置了啊? 配置文件检查下 环境变了? 环境配置
页:
[1]