这是我的代码:
:FOR ${a} IN RANGE 2 ${Row_Count}
\ Run Keyword If '${temp}'== 'True' Click Link xpath=//table[@id='listAllSTR']/tbody/tr[${a}]/td[2]/a and
\ ... Screen validation for Answered ${STR_detail} and
\ ... ELSE Continue For Loop
\ Run Keyword If ${a}>${Row_Count} Exit For Loop**
Run Code Online (Sandbox Code Playgroud)
当 if 条件通过时(即 if '${temp}'== 'True'),我需要点击一个链接,但我收到一条错误消息
关键字“Selenium2Library.Click Link”应为 1 个参数,得到 5 个。
我不知道该怎么办。
谁能帮我吗?