Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca59383

Browse files
committed
Merge branch 'master' into development
2 parents 65d4ad9 + 5d97960 commit ca59383

File tree

3 files changed

+26
-18
lines changed

3 files changed

+26
-18
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ JavaFXLibrary works with both Jython (local and remote use) and Python (remote o
77
JavaFXLibrary is tested to work with Robot Framework 3.0.2 or later.
88

99
## Keyword documentation
10-
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.4/javafxlibrary-0.5.4.html).
10+
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.6.0/javafxlibrary-0.6.0.html).
1111

12-
For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.4/javafxlibrary-0.5.4.xml).
12+
For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.6.0/javafxlibrary-0.6.0.xml).
1313

1414
## Taking the library into use
1515
### As a local library

docs/javafxlibrary.html

+24-15
Large diffs are not rendered by default.

src/main/java/javafxlibrary/keywords/Keywords/ScreenCapturing.java

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import javafxlibrary.keywords.AdditionalKeywords.ConvenienceKeywords;
2626
import javafxlibrary.utils.RobotLog;
2727
import javafxlibrary.utils.TestFxAdapter;
28-
import jnr.ffi.annotations.In;
2928
import org.apache.commons.io.FileUtils;
3029
import org.robotframework.javalib.annotation.ArgumentNames;
3130
import org.robotframework.javalib.annotation.RobotKeyword;

0 commit comments

Comments
 (0)