If `condition` is a string (e.g. ‘${rc} < 10’), it is evaluated as a Python expression using the built-in ‘eval’ function and the keyword status is decided based on the result. If a non-string item is given, the status is got directly from its truth value. 由上文可知condit...
If `condition` is a string (e.g. ‘${rc} < 10’), it is evaluated as a Python expression using the built-in ‘eval’ function and the keyword status is decided based on the result. If a non-string item is given, the status is got directly from its truth value. 由上文可知condit...
Return From Keyword If condition value -> IF condition RETURN value Run Keyword And Return kw args -> RETURN Run Keyword kw args Run Keyword And Return If condition kw args -> IF condition RETURN Run Keyword kw args The stuff on the right side looks prettier to me and is always shorter,...
I have the idea to add more return type to the keyword Get Value From JSON. Because what it return is not a JSON, this optonial parameter would let you choose if the keyword must return a json object, a string ?, a array, ......