-
```
Please provide a keyword that can be used to display the system menu (the
menu displayed when a right click is done on the title bar of an
application)
```
Original issue reported on code.googl…
-
```
Multiple execution of RobotRunner causes a PermGen OutOfMemoryError.
This might be related to the following jython bug
http://bugs.jython.org/issue1522
Which version of jython are we packaging …
-
```
Smart monkey testing is a method of doing stress testing in which the monkeys
know what state a program is in, as well as how to get from one state to
another, but otherwise, decisions are made …
-
```
Hi,
I am trying to find a tool for automation of flex based web application based
on HTML. Application i need to automate has a Flex component which is a SWF
file embedded inside the HTML code.…
-
```
When you import two resource files in a test suite, user keywords from one
resource file becomes available in the other resource file.
Example:
resource_file_a.html has keywords "Do a" and "Get …
-
```
Hi there,
The log writer should chapter the log.html file if the size is above say
5MB. In one stress test with 3500 test cases (only 150 passed) the
resulting log.html was 152MB long and cannot …
-
```
I propose to add possibility to address UI elements by alias name.
For example:
There are two pages - New Document form and Log-in Page.
New Document Form has got many fields with ids:
- First…
-
```
Currently when test suite setup or teardown fails, affected tests will be
failed with message like `Setup of the parent suite failed`. Because message
doesn't contain the original error message,…
-
```
Introduce "OR" function in Tagging test cases while execution as compared to
"AND" and "NOT".
In Current implementation while tagging the test cases we have only "AND" and
"NOT" options availab…
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=79) by kai.hackemesser on 26 Jan 2010_
I'm not sure if this is an issue of the seleni…