Hi All,
Can someone please help me?
I can not find Create Session on Test Cases, and the Library: RequestsLibrary is not recognized on Settings. Am I missing something?
Library RequestsLibrary shows Import file not found
Many thanks for your answer.
I am using Pycharm as editor and the plugin is IntelliBot #patched 0.16.191.8026
I have also tried Visual Studio Code and with it works OK, the Library RequestsLibrary and Create Session do not show errors so the problem seems to be in Pycharm, it does not recognize Library RequestsLibrary and Create Session
Do I need any extra plugin or configuration in Pycharm?
Also check that your installed libs are in your venv - otherwise copy them.
To check this you can run pip install robot-framework requests. You should get an info that requests is already installed and here you can see where it is. Just check for the libs path.
Hi, I’m using VSCode and I seem to be having this exact problem. In my settings I have set the RequestsLibrary Library, and am creating a session, but I’m getting these errors.