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

Skip to content

Commit ab45331

Browse files
committed
0.5.4 release
1 parent 92a5e95 commit ab45331

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ report-images
99

1010
# temporary pom file by shade plugin
1111
dependency-reduced-pom.xml
12+
13+
# TODO: put logs to some other location, e.g. under target that gets cleaned
14+
# docker demo environment robot reports
15+
src/test/robotframework/results/

README.md

+3-3
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.3/javafxlibrary-0.5.3.html).
10+
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.4/javafxlibrary-0.5.4.html).
1111

12-
For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.3/javafxlibrary-0.5.3.xml).
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).
1313

1414
## Taking the library into use
1515
### As a local library
@@ -46,7 +46,7 @@ To use JavaFXLibrary on macOS Mojave you must enable the accessibility features
4646
- Enable accessibility features by checking the box: :white_check_mark: Terminal
4747

4848
## Identifying JavaFX UI objects
49-
[Scenic View](http://fxexperience.com/scenic-view/) is a tool that allows you to inspect the JavaFX application scenegraph. This can be useful especially when you do not have access to the source code.
49+
[Scenic View](https://github.com/JonathanGiles/scenic-view) is a tool that allows you to inspect the JavaFX application scenegraph. This can be useful especially when you do not have access to the source code.
5050

5151
See [keyword documentation](https://eficode.github.io/JavaFXLibrary/javafxlibrary.html#3.%20Locating%20JavaFX%20Nodes) for detailed information about handling UI elements with the library.
5252

docs/javafxlibrary.html

+1-1
Large diffs are not rendered by default.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.robotframework</groupId>
2222
<artifactId>javafxlibrary</artifactId>
2323
<packaging>jar</packaging>
24-
<version>0.5.4-SNAPSHOT</version>
24+
<version>0.5.4</version>
2525
<properties>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<jmockit.version>1.44</jmockit.version>

0 commit comments

Comments
 (0)