Why Can't I Add Browser Library in VS Code?

So I have robotframework-browser already installed

But VS Code doesn’t seem to recognize this. These are the only suggestions:

image

These two do not contain the “New Context” keyword so I’m sure this isn’t the library I’m looking for.

Not much information, but 2 blind guesses:

  • You forgot to run rfbrowser init to initialize it
  • Installed it in different interpreter/virtual environment
1 Like