I've tried to make some keywords in Robot Framework which has arguments embedded in the keyword name, according to (Robot Docs), but unfortunately I'm always getting None
when I'm checking what is under the variable. Did you meet such behaviour? What have I done wrong??
My keyword example:
Set ${object} state to ${state}
Log To Console ${object}
Log To Console ${state}
Let's assume that ${object} and ${state} are strings, so the call of this keyword looks like this:
${status}= Run Keyword And Return Status Set camera state to locked