Search code examples
seleniumrobotframeworkrobotframework-ide

Selenium Command not displaying - Open Browser - Robot Frameword Ride


I have Selenium installed on my computer (3.141.0) using Python 3.7

I have imported the library to Ride to a new Suite (WebAutomation), however, after I type the keyword OPEN BROWSER into the test case (OpenBrowser) it is not displayed:

enter image description here enter image description here

The keyword OPEN BROWSER is not included in my Selenium version?


Solution

  • Unfortunately the latest version of SeleniumLibrary, 4.4.0, generates a documentation XML with some incompatibility with RIDE. There may be a long list of errors in the Parser log. We have an attempt of a workaround on the FAQ of the project page at https://github.com/robotframework/RIDE.