-
Sometimes `Robot Framework: Create Database` fails and the following error is seen in the log file:
```
INFO:2016-04-27 18:32:24,714: Creating table for: BuiltIn
Traceback (most recent call last):
F…
-
```
I implemented this and have attached the modified __init__.py file. Feel
free to incorporate it into the next revision of
robotframework-seleniumlibrary. The only method I really needed for my
t…
-
```
I implemented this and have attached the modified __init__.py file. Feel
free to incorporate it into the next revision of
robotframework-seleniumlibrary. The only method I really needed for my
t…
-
```
We ought to be able to use http://code.google.com/p/flash-selenium/
```
Original issue reported on code.google.com by `pekka.klarck` on 16 Feb 2009 at 10:00
-
Hi!
This library is very cool, and I have some uses for it. Is there a release planned for PyPI?
Thanks!
-
```
RobotFramework 2.5 offers a new keyword:
Run Keyword If Timeout Occurred
However Timeouts from Selenium are not considered as RobotFramework Timeouts,
thus this keyword will never run.
The reason…
-
```
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…
-
```
What steps will reproduce the problem?
1. Create test with selenium library keyword
2. Run
What is the expected output? What do you see instead?
Selenium test should run.
Instead, I get:
"Suite …
-
```
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…
-
Error scrolling into view. Using Selenium2Library for robot framework.
1 Click Element ${Button}
2 Wait until Page Contains Element id=title 30
3 Click Element id=room
4 Wait…