我想获取我声明的列表中的值(@ {EMAIL_LIST},其中包含3个值)
我在用
: FOR ${a} IN RANGE 0 3
\ Input Text id=username @{EMAIL_LIST}[a]
Run Code Online (Sandbox Code Playgroud)
它给出了错误:
列表变量'@ {EMAIL_LIST}'与无效索引'a'一起使用.
请让我纠正,提前谢谢:)
如果其中一个条件成立,我需要检查将要通过的条件.
像我想要使用的关键字如下:
Page Should Contains Element //some xpath OR
Page Should Contains Element //some xpath OR
Page Should Contains Element //some xpath OR
Page Should Contains Element //some xpath
Run Code Online (Sandbox Code Playgroud)
使用的运行关键字如果但它不起作用