-
Hi Markus,
in the current master you've added support for Appium. Did you add the library to support testing webpages on smartphones or do you want to extend your library to support native Android / …
-
The official list of remote libraries (https://code.google.com/p/robotframework/wiki/RemoteLibrary) lists PythonRemoteServer as the reference for a Python-based remote server.
This server code works …
-
```
I am unable to open my Firefox browser with Selenium Library on my system.
Here's the syntax I'm using:
| | Open Browser | http://localhost:4567 | *firefox
/Applications/Firefox.app/Contents/Mac…
-
```
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
-
```
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
-
Pretty much everything needs a unit test associated with it. Some integration testing wouldn't hut. TDD all the way, baby.
-
```
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…
-
```
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…
-
```
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 …
-
```
KEYWORD: SeleniumLibrary.Open Browser http://www.google.com, firefox
Documentation: Opens a new browser instance to given url.
Start / End / Elapsed: 20100224 13:09:47.000 / 20100224 13:10:23.4…