Skip to content

Commit

Permalink
marketsquare links
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern authored Aug 20, 2024
1 parent 9d6ef05 commit cdf8e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
RemoteSwingLibrary
==================

[Robot Framework](http://robotframework.org) library for testing and connecting to a java process and using [SwingLibrary](https://github.com/robotframework/SwingLibrary).
[Robot Framework](http://robotframework.org) library for testing and connecting to a java process and using [SwingLibrary](https://github.com/MarketSquare/SwingLibrary).

This library allows you to use pybot (Python version of Robot Framework) to run test cases although it also works if you are running with jybot (Jython version of Robot Framework). This means that you can use your other pure Python libraries in your test cases that will not work when runnin with Jython.

RemoteSwingLibrary works with Robot Framework 2.8.3 or later.

You can connect to applications running on your local machine or even on a [different machine](https://github.com/robotframework/remoteswinglibrary/blob/master/sshtest.robot).
You can connect to applications running on your local machine or even on a [different machine](https://github.com/MarketSquare/remoteswinglibrary/blob/master/sshtest.robot).

RemoteSwingLibrary works also with Java Web Start applications. One of its intended usages is deprecating [RemoteApplications](https://github.com/robotframework/RemoteApplications) library.

Expand Down

0 comments on commit cdf8e1b

Please sign in to comment.