Home > front end >  Robot framework - No selenium
Robot framework - No selenium

Time:03-23

As you can see Ive installed selenium but Robot is saying its not installed.

Any help please?

enter image description here

CodePudding user response:

You need a tab space after Library and SeleniumLibrary is one word.

example:

Library  SeleniumLibrary

CodePudding user response:

pip install robotframework-seleniumlibrary

Try installing/upgrading aforesaid Library and then use Library SeleniumLibrary Inside your ***Settings*** section

  • Related