Last response keyword cannot be found

Hi all,

I have found this keyword Last response in the documentation of the RequestsLibrary
https://marketsquare.github.io/robotframework-requests/doc/RequestsLibrary.html#Last%20response

but it couldn’t run on my machine. So, I upgraded robot framework and the library just in case I was using an out dated one, but still didn’t work and upon inspection of the library code on Github, I couldn’t find this keyword at all!
I’m not sure what is the procedure here regarding such an issue.

Code for that keyword is here;

robotframework-requests/src/RequestsLibrary/RequestsKeywords.py at master · MarketSquare/robotframework-requests · GitHub … quick blame looks like the keyword was renamed 2 months ago and documentation has been released but but there’s no actual release done after that code change - ping @lucagiove ?

Ah true, my bad I couldn’t find it in my library code locally and not the github, I got confused sorry.

Np. But point of my reply was that docs gets published even thought the actual project is not available that matches the docs and picked Luca so that he may know about this (looks like he’s the most active dev on that project)

Maybe you’re not using the pre-release version Release v1.0a14 · MarketSquare/robotframework-requests · GitHub
It should be there.

Maybe it’s time to publish it as stable :sweat_smile:

2 Likes