-
```
Get Table Cell Value
Table Cell Value Should Be
Get Table Row
Get Table Column
and possibly some others should be implmented
```
Original issue reported on code.google.com by `janne.t....@gmail.…
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=13) by c.martin.taylor on 28 Nov 2008_
I implemented this and have attached the modif…
-
```
Currently trying to use non-ASCII characters for input fails but at least the
error message pretty clearly states that non-ASCII input is not supported. If
output contains things are even worse …
-
```
I see that robotframework is currently supporting swing library to test
Java GUI ... Is there any plan to support any lib to test SWT program, such
as swtbot - http://eclipse.org/swtbot/ (a promis…
-
```
I'm not sure if this is an issue of the selenium
library or selenium itself. Could even be Jython.
We have a robot test suite which has grown a lot. somewhere in the middle
of the run I get a jav…
-
```
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
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=200) by ovuaia... on 25 Jul 2011_
When there is complex logic involved in the impleme…
-
```
I'm not sure if this is an issue of the selenium
library or selenium itself. Could even be Jython.
We have a robot test suite which has grown a lot. somewhere in the middle
of the run I get a jav…
-
> _Originally submitted to [Google Code](http://code.google.com/p/robotframework-seleniumlibrary/issues/detail?id=80) by ana.r... on 28 Jan 2010_
Please add the
def get_element_attribute(self,a…
-
```
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 …