When attempting to run JavaScript and return a value using run keyword if
or similar methods, I encounter an error as anticipated. How can I resolve this issue? Below is an example code snippet:
Run Keyword If '${COUNTRY}'=='ES' ${income} Execute Javascript return $('#income').val();