'In Robot Framework how do I pass PATH parameter for a REST API having its path parameter in following format {path}/getinfo
Please provide the code format or syntax , by which I can pass the path parameter for API in Robot Framework.
Solution 1:[1]
Refer more options at - https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html#library-documentation-top You must use Library Operating system to deal with File Path.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sujit Neb |

