--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
I did have a quick look at the string lib but most keywords seem to be about string testing, and the results would indicate the test case pass or fail itself. Anyway I'll give it another try. Thanks!
Sent by Outlook for Android
Run Keyword If "foo" in "foobar" Log you can use substring in string syntax
... ELSE Log you can NOT use substring in string syntax
condition is evaluated in Python as explained in Evaluating expressions, and name and *args have same semantics as with Run Keyword.