Unable to set variable for the custom library in Robotframework Python

41 views Asked by At

RobotFramework code

${Result}    Personal_ID.Main    argv=g

Output :

INFO : 090319-011F  
INFO : ${Result} = None

For the above code ${Result} is coming as none , Expected : ${Result} = 090319-011F.

1

There are 1 answers

0
Sujit Neb On

Try using keyword ${Result} Set Variable <value>