How to perform defered variable substitution in Robot Framework?

前端 未结 0 1628
广开言路
广开言路 2021-01-07 20:09

I have this code snippet

*** Keywords ***
My Keyword
  [Arguments]  ${arg}
  ${xpath}  Set Variable  really long dynamic xpath using ${arg}
  Do Something Wit         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题