-
```
We should check which kind of modifications are needed to Robot Framework
to get full functionality under IronPython. It is already possible to run
at least some test cases with IronPython, see …
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=110) by rover.zh... on 26 Feb 2009_
I suggest that in the editor,the keyword,arguments and varia…
yanne updated
9 years ago
-
```
For following xml
...
allow to use example
.//bar[position() >= 100 and not(position() > 200)]
```
Original issue reported on code.google.com by `Marcin.Koperski` on 13 Jan…
-
```
Before tidy:
*** Variables ***
# before
${fo} = ba # inline
# after
After:
*** Variables ***
${fo} ba # before inline after
```
Original issue reported on code.g…
-
```
This problem has been originally reported on robotframework-users mailing list
by user lxg0618:
http://groups.google.com/group/robotframework-users/msg/c14c0ef40043985c
The symptom of the proble…
-
_This is a copy of issue plone/documentation#275 moved here because its a papyrus related issue_
**Story**
I have this PR #192 open and in there we figured out to better include `buildout.coredev` d…
-
```
These would greatly extend the usability of SeleniumLibrary and
RobotFramework for testing systems where menus support only mouse over to
bring up submenus.
Additional items that would be helpful…
-
```
The existing `Capture Screenshot` keyword takes a screenshot of the entire
screen, but the new `Capture Page Screenshot` allows taking screenshots of
the active page only. Unfortunately it works r…
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-ride/issues/detail?id=438) by c.martin.taylor on 14 Apr 2010_
The easiest way to reproduce and see this bug is to unzi…
yanne updated
9 years ago
-
```
For me, most of the time related issues runs on the Coordinated Universal Time
(utc). Also I like the Get Time keyword, because it lests me format the time in
many ways, which is also needed in …