Robot framework pass cookie to get request (RequestsLibrary) - TypeError
问题 I need to pass cookie value to Get request keyword to make it work, but it is still failing. I am not sure how to pass it correctly there. Documentation of the keyword says about the headers: "headers: a dictionary of headers to use with the request" I have test like this, using Library RequestsLibrary : Check request and response Do Local Login ${username} ${password} #this is my custom keyword - opens browser and logs in using UI ${cookie_value}= Get Cookie Value JSESSIONID Create Session