eficode / JavaFXLibrary

Robot Framework library for JavaFX automation based on TestFX
Apache License 2.0
21 stars 10 forks source link

Library initialization when used as java agent #45

Open psaikkonen opened 4 years ago

psaikkonen commented 4 years ago

Using keyword Launch JavaFX Application is required for initializing the library when it's being used as a java agent. There should be a separate keyword for this or the init should happen automatically. See the comments on PR https://github.com/eficode/JavaFXLibrary/pull/42.