-
Robot Framework 2.8 added the support for free keyword arguments using Python's **kwargs syntax.
platform:
Win7 32bit
RF 2.8.1
RIDE 1.2.1
I create a test library and one method user free keyword arg…
yanne updated
9 years ago
-
It would be nice to get possibility to see variable's content by pressing
Ctrl key. It should work similar to Keyword documentation look-up. For
example, I have variable called ${output_dir}. It is co…
yanne updated
9 years ago
-
Not been able to install the library, getting this error:
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' h…
-
If `reproduce.py` is executing the first `robot.run('test.robot')` and it is interrupted with ctrl+c, the second `robot.run('test.robot')` will exit immediately with a `Execution terminated by signal`…
-
Hey,
The example from your readme fails here with
```
[ ERROR ] Error in file '/Users/jo/dev/master/robot/src/dc-wordpress/tests/dc-wordpress.robot': Initializing test library 'ScapyLibrary' wi…
-
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…
-
First failure could be different and we might mask that on the second try.
-
i have checked the configuration is right, but only keys: Ctrl+Z is not work ,what should i do ?
i think the command ‘‘undo’’ is not work on my linux computer, but other soft on my computer, Ctrl+Z …
-
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…
-
```
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…