-
环境:win7,RF3.0,python2.7,ride1.5
操作过程:解压 Selenium2Library 包,导入 python 的根目录,重启 RF,显示红色,导入不成功。
报错信息:
-
```
What steps will reproduce the problem?
1. Added one of 9 following keywords and Run RIDE -> it is OK
- Get Active Window Image
- Get autoitversion
- Get screen Image
- Get version
- Run
- Wait for…
-
Pabot Version: 2.1.0
RobotFramework Version: 3.2.2
Python 3.7.4
This error randomly shows up when running tests with pabot from Jenkins:
Traceback (most recent call last):
File "C:\Python37…
-
```
What steps will reproduce the problem?
1. Added one of 9 following keywords and Run RIDE -> it is OK
- Get Active Window Image
- Get autoitversion
- Get screen Image
- Get version
- Run
- Wait for…
-
**Describe the bug**
Getting an exception while installing Robot Framework Language Server(1.9.0) plugin in PyCharm
**To Reproduce**
Steps to reproduce the behavior:
1. Go to plugins
2. Instal…
-
Wondering if this is compatible with Circle.
-
based on the failed PR #9 the idea would be to have javascript style/testing to make sure the code is reasonable #1 and full end-to-end testing to make sure it actually works in a browser (Chrome ATM)…
-
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
-
Dear All,
Is it possible for the plug-in to search resource file in PYTHONPATH if current path isn't found?
PYTHONPATH can be from System env or PyDev plugin setting.
As robot file can be moved aroun…