我正在尝试检查元素是否可见,如果它是可见的,那么只检查UI属性,但是下面的命令给出错误“异常是com.galenframework.parser.SyntaxException:语句中的JavaScript错误”
@forEach [stats_count-*] as itemName, index as i
@if ${isVisible("stats_count-"+{index})}
${itemName}:
height 30 to 35 px
width 35 to 45 px
css font-size is "16px"
css font-family contains "NeoRegular"
css color is "rgba(82, 82, 82, 1)"
我也试过下面的代码,虽然它没有给出错误,但它也会跳过所有可见元素。
@if ${isVisible("stats_count-*")}
我遗失的任何东西?
答案 0 :(得分:0)
得到了答案。如果其他人面临问题,请在此处发布答案。
@forEach [mobile_text-*] as itemName, index as i
@if ${isVisible(itemName)}
${itemName}: