I have trouble writing if conditions in Robot Framework.
if
I want to execute
Run Keyword If \'${c
The below code worked fine:
Run Keyword if '${value1}' \ \ == \ \ '${cost1}' \ and \ \ '${value2}' \ \ == \ \ 'cost2' LOG HELLO