Neha
(Neha Dua)
26 September 2021 12:23
1
Hi team,
I am using Robot framework with eclipse , installed RED and selenium libraries.
Its showing all green in red.xml file.
However when I am looking for selenium keywords in drop down to select , then its just showing Selenium library .
I tried to select that and added dot then ctrl+space then also its not showing keywords.
Attaching the screenshot.
can someone please help.
aaltat
(Tatu)
26 September 2021 15:35
2
RED is not compatible with Robot Framework 4.x, at least last time I looked. Your options are
Install Robot Framework 3.1 and keep RED
Keep Robot Framework 4.x and change your IDE.
Neha
(Neha Dua)
27 September 2021 05:38
3
I installed robot framework 3.1.2 but I’m still facing the same problem.
Do I need to update the selenium library version as well ?
Thanks
aaltat
(Tatu)
27 September 2021 17:30
4
SeleniumLibrary version should not affect, but there is PythonLibCore which SeleniumLibrary uses to handle the Robot Framework library API. PythonLibCore supports only specific versions of Robot Framework.