-
```
Please enhance Swinglibrary or Selenium Library to test applet in browser.
```
Original issue reported on code.google.com by `renxing...@gmail.com` on 5 Jul 2011 at 2:41
-
```
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…
-
Some of my tests started failing today and I saw there are new versions of some dependencies:
- [plone.app.robotframework](https://pypi.python.org/pypi/plone.app.robotframework)
- [robotframework](htt…
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=93) by @pekkaklarck on 12 Feb 2010_
The existing `Capture Screenshot` keyword takes a…
-
```
We have created a new test library for verifying XML contents and are going to
include it into RF 2.7.4. The name of the new library is, unsurprisingly,
`XML`. The library is already ready for t…
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=118) by jerry57 on 18 May 2010_
These would greatly extend the usability of SeleniumL…
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=215) by vishalsa... on 7 Nov 2011_
Hi,
I am trying to find a tool for automation of …
-
In particular, performance timings of content/file downloads, uploads, etc. along with viewing HTTP headers sent/received in browser.
Selenium RC had a captureNetworkTraffic option on startup of brow…
daluu updated
9 years ago
-
```
Revision: 2.7b1
Type Command: java -Xbootclasspath/a:./Lib/dblibaray-1.0.jar -jar
robotframework-2.7b1.jar -d report test.html
Result: Importing testing library 'org.robot.database.keywords.Datab…
-
```
In order to use the screenshot as String feature from Selenium, which
allows for taking screenshots on a remote system, I added this to
__init__.py. I'm sure it can be done better, but I hope you …