How to ignore Get Table Text from Cell, if xpath of cell not match
问题 How to ignore Get Table Text from Cell, if xpath of cell not match ? Becuase i want my test case still continues testing . ${tableFinal} Set Variable xpath=/html/body/div[2]/div[3]/div/form/table[3] ${totalPayAmount} Get Table Text from Cell ${tableFinal} 1 2 Thanks you 回答1: Using either Run Keyword And Continue On Failure or Run Keyword And Ignore Error can help with this. In the documentation the entire family of Run Keyword .... keywords. The difference between the two is that one just