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:
- install node.js for win 10 (node-v16.14.2-x64.msi)
- pip install robotframework-browser
- rfbrowser init
- 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?