michalanglart
michalanglart
Hi, sorry for the delay but I was on a leave of absence. Additionally the team is now 2 out of 5 members couple of weeks ago + we're busy...
> 2. Here, my understanding is, the error that comes for such keywords which are not directly imported is the expected behavior by RED. Is my understanding correct? Partly. As...
Just to confirm: 1. this `red.xml` is in the same project as the `.robot` file with `${browser}`? 2. have you revalidated whole project after saving `red.xml`?
Lets check it: `vars.py` ``` browser = 'chrome' def get_variables(arg=None): return {'var' : 'value'} ``` `suite.robot` ``` *** Test Cases *** test Log ${var} Log ${browser} ``` Lets run it:...
Also as a side note: you can add some completely dummy variable file into red.xml - it is used just for purpose of validation or content assistance. In the past...
Sorry I've missed your reply. Actually the file like this: ```python browser = 'chrome' def get_variables(arg=None): return {'var' : 'value', 'browser' : browser} ``` does work for me and RED...
Hi, actually I think this might be Robot issue, although it may be resolved in upcoming 4.0 version as a bit is changed regarding library specification generation. What RED is...
Hi, can you share any details? What's your environment? Have a look at questions asked above too.
Closing as it doesn't seem to occur. Please reopen or open new issue if facing this problem
I guess you cannot reopen issues not raised by you. Do you have any logs in `metadata/.log` file?