Skip to content

Commit

Permalink
Updated documentation (java agent)
Browse files Browse the repository at this point in the history
  • Loading branch information
soisetu committed Sep 2, 2020
1 parent abe28b5 commit 1781649
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Tatu Lahtela Find All With Pseudo Class and Find Class keywords
Sakari Hoisko Dockerized linux env with X
Juho Lehtonen Optimized docker environment.
Juho Saarinen Package improvements, initial monocle support, screenshot bug fix

Turo Soisenniemi Initial java agent support
6 changes: 6 additions & 0 deletions src/main/java/libdoc-documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ Experimental headless mode can be activated in remote mode at the import time by
| *Settings* | *Value* |
| Library | Remote | http://localhost:8270 | ${True} | WITH NAME | JavaFXLibrary |

Experimental: Java agent support

Library can be used as java agent. Launch application with `-javaagent:/path/to/javafxlibrary-<version>.jar`.
Default port is 8270 and can be changed with adding `=<port>` to java agent command. Only remote library is supported.
Using launch keyword is still required but instead of starting new application keyword initializes Stage for library.

== 3. Locating JavaFX Nodes ==
=== 3.1 Locator syntax ===
JavaFXLibrary uses TestFX lookup queries as the default way of locating JavaFX Nodes in the UI. These queries are very
Expand Down

0 comments on commit 1781649

Please sign in to comment.