${result}= Run keyword and ignore error Get Matching Xpath Count xpath=${node A}
Run keyword if '${result[0]}' == '0'
click element ${node A}
ELSE
click element ${node B}
在这里怎么说其他条件
答案 0 :(得分:0)
${result}= Run keyword and ignore error Get Matching Xpath Count xpath=${node A}
Run keyword if '${result[0]}' == '0'
... click element ${node A}
... ELSE
... click element ${node B}
以上是否有效?如果没有,请提供更多信息