What is the purpose of the Run and Return keyword in Robot Framework?

What is the purpose of the Run Keyword And Return keyword in Robot Framework?

Hi Darran,

The Run keyword And Return keyword in Robot Framework is used to execute a keyword and return its result without immediately failing the test case. It allows you to capture the result of a keyword and use it in conditional statements or further processing within your test case.