dimanche 27 septembre 2020

How to use 'Exit For Loop IF' keyword with multiple condition in Selenium Robot framework

I need to exit FOR LOOP in Selenium Robot framework when multiple conditions are met

I am trying something like this where it should exit FOR LOOP , if the below conditions are met:

Exit For Loop IF '${Name}'=='Adam' and '${Age}'=='27'

Error:

Keyword 'BuiltIn.Exit For Loop If' expected 1 argument, got 2.

Aucun commentaire:

Enregistrer un commentaire