I am struggling with the below issues while working in VScode for
*** Settings ***
Library SeleniumLibrary
It shows me the below error…
Issues:
Unresolved library: SeleniumLibrary.
Error generating libspec:
Importing library ‘c:\RobotFramework\RobotFWTutorial\Tests\Google\FunctionalTestSuite\SeleniumLibrary’ failed: ModuleNotFoundError: No module named ‘SeleniumLibrary’
Consider adding the needed paths to the “robot.pythonpath” setting
and calling the “Robot Framework: Clear caches and restart” action.robotframework
Send MessageClose