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.