SeleniumLibrary missing "Wait" or "Open Browser" keywords

Hi, below is my setup on Windows using Python 3.7.8 - why are there missing keywords like wait until page contains etc (I have uninstalled Selenium2Library since that screenshot)

Package Version


certifi 2021.5.30
charset-normalizer 2.0.6
idna 3.2
numpy 1.21.2
Pillow 8.3.2
pip 20.1.1
Pygments 2.10.0
Pypubsub 4.0.3
pywin32 301
requests 2.26.0
robotframework 4.1.1
robotframework-angularjs 0.0.10
robotframework-pythonlibcore 3.0.0
robotframework-requests 0.9.2
robotframework-ride 1.7.4.2
robotframework-seleniumlibrary 5.1.3
selenium 3.141.0
setuptools 47.1.0
six 1.16.0
urllib3 1.26.7
wxPython 4.0.7.post2

Keyword discovery and auto-completion is a feature offered by a language server and is bound to the IDE used. Typically, there is some terminal logging for the language server in the IDE. You may look at that log to see if there’s any errors.