Unable to add Library in Ride
HI,
I am new to python, robotframework and ride.
Below is the configuration in my machine. I am unable to add selenium Library in Ride for Project and Test Suite. I am unable to type anything on Name text box.
python --version Python 3.6.5 pybot --version Robot Framework 3.0.4 (Python 3.6.5 on win32)
pip freeze Pygments==2.2.0 PyPubSub==3.3.0 robotframework==3.0.4 robotframework-ride==1.7.2 robotframework-seleniumlibrary==3.1.1 selenium==3.12.0 six==1.11.0 wxPython==4.0.1
Well, that is a known bug, mentioned in Wiki. I did considered fixed already, but maybe is dependent on the Windows version. @sree556 what Windows are you using?
i am using windows 10
Tried to reproduce on Windows 10, but it works for me.
python --version Python 3.6.4 :: Anaconda, Inc.
Packages are exactly the same as in post above.