-
In the Robot Framework 2.74, the Run Keyword If has optional ELSE and ELSE IF arguments. In Ride these arguments are placed in a single line:
Run Keyword If '${status}'=='PASS' Do something ELSE I…
yanne updated
9 years ago
-
Steps to reproduce:
- Minimise RIDE to the taskbar
- Close RIDE WITHOUT restoring it (eg by right-clicking and selecting close)
- Launch RIDE again
Expected behaviour:
- RIDE gets restored in the pos…
yanne updated
9 years ago
-
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\im…
-
I am trying to use the RequestsLibrary on an api thats using the OAUTH2 authentication.
Authentication is via OAUTH2 with credentials being supplied to the /v1/authtoken endpoint.
Subsequent calls…
-
I installed latest version Robotframework 3.2.1 and ExtendedRequestedLibrary is not compatible with the latest version and getting Attribute 'to_json' is deprecated
Could you please resolve this is…
-
Hi there,
I have been exploring your libraries for images and documents. I downloaded two of your pdf and tried to call example below.
Compare Images testdata/sample_1_page.pdf testdata/sample…
-
Currently only the `listener` is mentioned in the readme documentation.
I propose to also explain the usage of the `post_report.py` tool.
As `post_report.py` allows to process an `output.xml` after …
-
When running with Jython (for example by executing `mvn clean verify`) on Windows and Linux (for some reason this never happens on OSX!) tests may fail randomly with `Agent port not received before ti…
-
**Describe the bug**
Remote Libraries are well supported within Robot Framework Language / VSCode. Keywords are discovered and their documentation is available. However this information is not update…
-
I'm not sure if this is the right place to put this, and more over, I am unsure if this is something that belongs within the scope of this project, but it is something I would find useful and somethin…