Browser Library Keywords

Keywords are not enabled.

Are you using the RobotCode extension for Visual Code? Then clearing the cache and restarting the Language Servers may help. Ctrl + Shift + p and type “clear” and select “RobotCode: Clear Cache and Restart Language Servers”. If not perhaps reinstalling Browser Library?

1 Like

Hi,

I am using PyCharm Community Edition, where I find this option.

I have no experience with PyCharm. But maybe this documentation may help ?

that tutorial still points to using robocorp’s LSP. Maybe better option would be to use robotcode – it got pycharm plugin few weeks ago.

To @ajaybodake … Essentially what you are seeing is that pycharm itself does not know about the keywords and this is most likely because it doesn’t ship with robot framework language server protocol. Keywords should still work but you they get underlined like that because “its only on pycharm side”…

Docs @falcon030 linked are most likely somewhat fine but on step 4, try looking for “robotcode”. Project here; GitHub - robotcodedev/robotcode: RobotFramework support for Visual Studio Code