We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc649e commit e1b311fCopy full SHA for e1b311f
src/robot/libraries/BuiltIn.py
@@ -1844,6 +1844,9 @@ def _resolve_run_keywords_name_and_args(self, kw_call):
1844
def run_keyword_if(self, condition, name, *args):
1845
"""Runs the given keyword with the given arguments, if ``condition`` is true.
1846
1847
+ *NOTE:* Robot Framework 4.0 introduced built-in IF/ELSE support and using
1848
+ that is generally recommended over using this keyword.
1849
+
1850
The given ``condition`` is evaluated in Python as explained in
1851
`Evaluating expressions`, and ``name`` and ``*args`` have same
1852
semantics as with `Run Keyword`.
0 commit comments