RIDE
RIDE copied to clipboard
Test data editor for Robot Framework
AltGr Key makes lost cell focus sometimes. With spanish keyboard you need it for type "{" or "}" making that while typing variables you can accidentally clear all the cell...
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=448) by jerry57 on 5 May 2010_ Mac OS X 10.6.3 python 2.6.1 jython 2.5.1 ride 0.22.1 robotframework 2.1.3 When I edit a test case...
~$ ride.py (ride.py:17800): Gtk-WARNING **: 18:36:29.699: Error loading theme icon 'go-previous' for stock: Unable to load image-loading module: /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /lib/x86_64-linux-gnu/librsvg-2.so.2: undefined symbol: cairo_tag_end (ride.py:17800): Gtk-WARNING **: 18:36:29.701: Error loading theme...
Because from from Robot Framework 3.2 HTML files are not supported at all.
Run Keyword If ${time}!= 0.0 keywordX ${var} ELSE Log Many This is not working It reports 'Else' is a reserved keyword. It must be in uppercase (ELSE) when used as...
### This is a dummy issue, not really a problem report. You probably found this, because you selected the `Report a Problem` menu option on RIDE. The purpose is for...
I looks like this: Run Keyword if ${result.rc} == 0 log first ... ... ELSE log second So I run and get the expected error. I then delete the first...
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1189) by froschre... on 24 Jan 2013_ Hi, When creating keywords in Python libraries, internal functions can be marked with `_` as the first character....
environment : RIDE 1.7.3.1 running on Python 2.7.17. when define a variable in the txt file, and it display in the tree on the left . But when deleted the...
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=1351) by s... on 21 Apr 2014_ RIDE 1.3 running on Python 2.7.6. Robot Framework 2.8.4 (Python 2.7.6 on win32) The original test setup is...