robotframework-requests icon indicating copy to clipboard operation
robotframework-requests copied to clipboard

Robot Framework keyword library wrapper for requests

Results 47 robotframework-requests issues
Sort by recently updated
recently updated
newest added

Hello everyone, I’m encountering an issue with sending multipart/form-data requests in Robot Framework 7.0.1 using the latest version of RequestsLibrary. The problem occurs when the request includes both a large...

There is keyword `Delete All Sessions` which "Removes all the session objects", but there is no keyword for removing one session. Such a keyword may be useful for teardown one...

feature

``` robot GET ${HTTP_LOCAL_SERVER}/status/404 param 200 Custom msg ``` Error message: `Custom msg Url: http://localhost:5010/status/404?param Expected status: 404 != 200` This is not correct, updated to: `Custom msg Url: http://localhost:5010/status/404?param...

## Replace httpbin.org with local HTTP server and reliable external HTTPS services This PR eliminates the dependency on httpbin.org, which was causing intermittent test failures due to rate limiting (got...

Robot 7.4 will introduce `Secret` variables which are never logged. It would be great to support these, for example when those are passed as `auth` parameters to `Create Session`

feature

For my needed , I want to used by post by streaming the object for multipart form data. The User should be able to create de multioforme data object with...