From cdf8e1b2c23f60a6a192ccd3e1db6ead8e0b64ca Mon Sep 17 00:00:00 2001 From: Markus <5188411+Noordsestern@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:09:43 +0200 Subject: [PATCH] marketsquare links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecadb09..3128e93 100644 --- a/README.md +++ b/README.md @@ -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.