RIDE icon indicating copy to clipboard operation
RIDE copied to clipboard

Unable to add Library in Ride

Open sree556 opened this issue 7 years ago • 3 comments

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

sree556 avatar Jun 06 '18 15:06 sree556

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?

HelioGuilherme66 avatar Jun 06 '18 21:06 HelioGuilherme66

i am using windows 10

sree556 avatar Jun 07 '18 07:06 sree556

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.

JaPyR avatar Sep 14 '18 14:09 JaPyR