我尝试使用 Katalon Chrome插件测试网页,但是我坚持使用button click
。
我试图使用ClickAndWait
命令解决它。
我的脚本尝试单击无效按钮,因此我无法配置为等到该按钮变为有效状态。 有什么问题吗?
click | xpath=(.//*[normalize-space(text()) and normalize-space(.)='name'])[1]/following::label[1] |
单击| // textarea | 类型// textarea | 1
clickAndWait | xpath =(.// [normalize-space(text())and normalize-space(。)='name'])[1] / following :: button [1] | 3000 点击| xpath =(.// [normalize-space(text())and normalize-space(。)='name2'])[1] / following :: button [1] |
如果我向textcontent中添加文本,则按钮状态会删除禁用状态。