Browser Library Keyword are not detect from RIDE

I have some strange behavior on my Used RIDE on WIN10, somehow Importing Browser Library not working.

I have install the Browser Library as mention in description:

  1. install node.js for win 10 (node-v16.14.2-x64.msi)
  2. pip install robotframework-browser
  3. rfbrowser init
  4. python -m Browser.entry init

I am using these following python version: Python 3.8.10
RIDE: RIDE v2.0b1 running on Python 3.8.10
Robotframework and Library:
robotframework==4.1.3
robotframework-assertion-engine==0.5.1
robotframework-browser==12.2.0
robotframework-faker==5.0.0
robotframework-flaui==1.7.2
robotframework-nsm==0.23
robotframework-pythonlibcore==3.0.0
robotframework-requests==0.9.2
robotframework-ride==2.0b1
robotframework-tidy==1.6.2
robotframework-whitelibrary==1.6.0

other librarys are working properly , only robotframework-browser are not detected by RIDE.

If I run the test containing robotframework-browser with ride it 's run properly .

Any Ideas which kind of setting are missing on my RIDE?

image

ride_001

It is working in current development version. See the project README how to install from master.

Hi Helio, Its look like the problem comes with the dependance of Python and WXpython Version I used, currently I have it partialy working with these python Version:

Python 3.7.9
robotframework 4.1.3
robotframework-assertion-engine 0.5.1
robotframework-browser 12.2.0
robotframework-ride 1.7.4.2
wxPython 4.0.7.post2


do you have any sugestion wich python Version I should used for RIDE?
I will try your sugestion with install from master, thanks!

For the development version the best is Python 3.9.x.

Ok thanks, I will take a note, for that we need to update Project Python version from 3.6 on Redhat to 3.9

Please, take care. Better use 3.8 if is the one available for Redhat.
Try to use separate Python installation.

1 Like

Problem solved for me in Win 10 for these following combination:
Will used these setting with the Redhat/ Linx settings

Python 3.8.10
wxPython 4.1.1
robotframework 4.1.3
robotframework-browser 12.2.0
robotframework-ride 2.0b2.dev5

ride_005

may thanks for your help and Infos Hélio Guilherme !

1 Like