How to run multiple keywords inside Run keyword if and Else part

How to run multiple keywords inside Run keyword if and Else part.

Too many keywords? Then create an User Keyword and call it.
Other option is Run Kewyord If <condition> Run Keywords KW1 AND KW2 ELSE Run Keywords KW3 AND KW4
(did not tested this :wink: )

3 Likes

Thanks ! I am going to try it .

RF 4.0 supports IF ELSE.
IF
KW1
KW2
ELSE
KW3
KW4
END

1 Like

Thank you ,