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

Robot Framework keywords for HTTP requests

Results 43 robotframework-httplibrary issues
Sort by recently updated
recently updated
newest added

The links in the README were broken, this PR should fix them.

Importing test library 'HttpLibrary.HTTP' failed: SyntaxError: invalid syntax Traceback (most recent call last): None PYTHONPATH: C:\Robot C:\Python38\python38.zip C:\Python38\DLLs C:\Python38\lib C:\Python38 C:\Python38\lib\site-packages

There's an unsupported syntax in HttpLibrary __init__.py ``` except ValueError, e: ``` is not supported in Python 3.6 (maybe other versions as well, not sure). Updating to ``` except ValueError...

Importing test library 'httplibrary3' failed: ModuleNotFoundError: No module named 'httplibrary3' Traceback (most recent call last): File "e:\python36\lib\site-packages\robotide\lib\robot\utils\importer.py", line 153, in _import return __import__(name, fromlist=fromlist) PYTHONPATH: E:\Python36\Scripts E:\Python36\Lib E:\Python36\DLLs E:\Python36\Scripts E:\Python36...

After installing Selenium2Library library successfully, I don't find some keywords like 'Open browser', 'Page should contain ...' However, other keywords are visible, like 'Close browser', "Element should be enabel'.. It's...

Hi, I am trying to use the latest version of the httplibrary, and i am running into this issue. Even though i try to use "Set Request Header" it does...