I need to pass my Robot variable to JavaScript:
${path}= Set Variable /apis
${method}= Set Variable get
${result}= Execute Javascript path_to_file/file.js
Log ${result}
I'd like to pass ${path} and ${method} to my file.js. Is it possible?