MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests

Home Page:http://marketsquare.github.io/robotframework-requests/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KW for sessionless

kattinum opened this issue · comments

Hello,
I’m looking for sessionless kws as what’s new in 0.9 version. I saw them in the guide document but they do not work. Do those kws work really?

thank you

Sure they work I don't see the point, what error do you get?

Yes. I should not be the point if they work for me but I got no keywords such as POST, GET and so on when I used it in the other hand any session kws work normally such as Get on session etc. I try to check in lib but I don’t see code there. What you think then?

Here is the code:

def session_less_get(self, url, params=None,

I found the issue cause the single quote that made the code was not interpreted. I refactored it as double quote instead. The issue is solved.