Skip to content

Commit 0b0b530

Browse files
committed
Update known issues in README
1 parent 18a2adb commit 0b0b530

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,4 @@ java -cp "target/JavaFXLibrary-<version>.jar" org.robotframework.RobotFramework
7272
7373
## Known issues
7474
75-
* Tests can be executed with robot/pybot/jybot! Jython can be used locally without remote interface.
76-
* Running tests multiple times requires starting the server again, or applications start launching behind other windows, causing tests to fail when robot is trying to interact with them.
77-
* At the moment there are problems with Java Objects, they might be returned as Java Strings or their methods may be unavailable.
75+
* If the remote library server and tests are running on the same machine, the server must be restarted between test executions. If the server is not restarted, test applications will launch behind other windows, causing tests to fail when robot is trying to interact with them.

0 commit comments

Comments
 (0)