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

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eficode/JavaFXLibrary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.5
Choose a base ref
...
head repository: eficode/JavaFXLibrary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 129 files changed
  • 4 contributors

Commits on Sep 15, 2020

  1. 0.6.0 changes from development (#50)

    * Experimental java agent support
    
    JavaFXLibrary can now be attached to process as java agent.
    
    * Fix docker-compose up
    
    Building the docker demo failed because of missing package versions for
    the newer Ubuntu image. Base image of the demo is now fixed to bionic
    tag since Ubuntu updates have broken the build earlier as well.
    Related Launchpad ticket:
    https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1799946
    
    * Updated documentation (java agent)
    
    * Add possibility to configure different directory for log.html in Set Screenshotdir, fixes #17
    
    * java agent documentation fix
    
    * Set Classpath failure as warnings and add failIfNotFound argument
    
    * Use asyncFx for helperfunctions methods, remove waitForFxEvents usage, failure printout improvements
    
    * remove deprecated keywords and methods (enhancement #11)
    
    Co-authored-by: Turo Soisenniemi <[email protected]>
    Co-authored-by: Pasi Saikkonen <[email protected]>
    3 people authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    1c4645a View commit details
    Browse the repository at this point in the history
  2. version to 0.6.0

    sampeson committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    5d97960 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Development (#56)

    * Set empty string args as nulls, add message for IllegalArgumentException (#53)
    
    * wrap runKeyword to asyncFx so that JavaFX operations are done FX thread
    
    * more asyncfx fixes, went through whole code base
    
    * new wrapping to asyncfx thread
    
    * additional rewrite to have all needed kw's wrapped in FX thread, output and error handling improvements
    
    * handle null object properly, timeout to be generic kw timeout, handle separately wait until kws, kw output improvements
    
    * fix hover related kw's
    
    * waitUntilExists and waitUntilDoesNotExist improvements
    
    * wait until keywords to have overall timeout value, improved printout
    
    * fix text prefix to check for quotation marks
    
    * fix text prefix to have support for apostrophe (') also
    
    * cleanup
    
    * fix verifiers hoverable kw's, add test
    
    * fix push many times kw
    
    * fix osx tests
    
    * screenshots to asyncfx thread also in kw failure, fix hover kw's once more
    
    * fix osx part and go throught documentation
    
    * fix osx part and go throught documentation
    
    * fix RunOnFailure to not store screenshot as mapObject to save memory
    
    * remove comments
    
    Co-authored-by: Pasi Saikkonen <[email protected]>
    sampeson and psaikkonen authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d6817cf View commit details
    Browse the repository at this point in the history
  2. bump version to 0.7.0

    sampeson committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5d2043c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. 0.7.1 changes (#58)

    * Experimental java agent support
    
    JavaFXLibrary can now be attached to process as java agent.
    
    * Fix docker-compose up
    
    Building the docker demo failed because of missing package versions for
    the newer Ubuntu image. Base image of the demo is now fixed to bionic
    tag since Ubuntu updates have broken the build earlier as well.
    Related Launchpad ticket:
    https://bugs.launchpad.net/ubuntu/+source/openjfx/+bug/1799946
    
    * Updated documentation (java agent)
    
    * Add possibility to configure different directory for log.html in Set Screenshotdir, fixes #17
    
    * java agent documentation fix
    
    * Set Classpath failure as warnings and add failIfNotFound argument
    
    * Use asyncFx for helperfunctions methods, remove waitForFxEvents usage, failure printout improvements
    
    * remove deprecated keywords and methods (enhancement #11)
    
    * Set empty string args as nulls, add message for IllegalArgumentException (#53)
    
    looks good to me
    
    * Development kw asyncfx wrap (#55)
    
    * wrap runKeyword to asyncFx so that JavaFX operations are done FX thread
    
    * more asyncfx fixes, went through whole code base
    
    * new wrapping to asyncfx thread
    
    * additional rewrite to have all needed kw's wrapped in FX thread, output and error handling improvements
    
    * handle null object properlty, timeout to be generic kw timeout, handle separately wait until kws, kw output improvements
    
    * fix hover related kw's
    
    * waitUntilExists and waitUntilDoesNotExist improvements
    
    * wait until keywords to have overall timeout value, improved printout
    
    * fix text prefix to check for quotation marks
    
    * fix text prefix to have support for apostrophe (') also
    
    * cleanup
    
    * fix verifiers hoverable kw's, add test
    
    * fix push many times kw
    
    * fix osx tests
    
    * screenshots to asyncfx thread also in kw failure, fix hover kw's once more
    
    * fix osx part and go throught documentation
    
    * fix osx part and go throught documentation
    
    * fix RunOnFailure to not store screenshot as mapObject to save memory
    
    * remove comments
    
    * fix moveTo keyword to use asyncFx thread, fixes #57
    
    * fix scroll keywords to do one tick at time from main thread, fix related tests
    
    * fix moveTo in osx also
    
    Co-authored-by: Turo Soisenniemi <[email protected]>
    Co-authored-by: Pasi Saikkonen <[email protected]>
    3 people authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    629d976 View commit details
    Browse the repository at this point in the history
  2. version to 0.7.1

    sampeson committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    e158741 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Support getting and setting clipboard content

    One could have application where there are for example hot keys or
    buttons that copies data to clipboard or from clipboard to application.
    
    These new keywords is made to support these cases.
    Turmio authored and soisetu committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    5ba85c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Merge pull request #61 from Turmio/keyword_clipboard_contents

    Support getting and setting clipboard content
    psaikkonen authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    e04685b View commit details
    Browse the repository at this point in the history
  2. Remove Guava dependency

    psaikkonen committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    3f3dcea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50a8355 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Format codebase

    psaikkonen committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3c113f8 View commit details
    Browse the repository at this point in the history
Loading