I want to use for loop to iterate the element in a list. but i think the library is missing. when IN keyword is taken it gives error.
*** Test Cases ***
Acuvue inquiry
@{index} = BuiltIn.Create List a b
FOR ${item} IN @{index}
BuiltIn.Log ${item}
Error :
Acuvue Inquiry
Acuvue inquiry | FAIL | FOR loop contains no keywords.
The for loop in RobotFramework follows a very strict syntax - this is the "new" syntax, where the in-loop keywords don't start with
\, but the loop body must be closed with an END: