Skip to content

0.5.4 release

Compare
Choose a tag to compare
@sampeson sampeson released this 23 Jan 09:45
· 24 commits to master since this release
2327c38
  • Renamed 4 keywords and added 7 negative verification keywords
    • renamed (old ones still usable but deprecated):
      • Current Application => Get Current Application
      • Node Should Be Disabled => Node Should Not Be Enabled
      • Node Should Be Invisible => Node Should Not Be Visible
      • Window Should Be Showing => Window Should Be Visible
    • new keywords (#18):
      • Bounds Should Not Be Equal
      • Node Should Not Be Hoverable
      • Wait Until Element Does Not Exists
      • Wait Until Node Is Not Enabled
      • Wait Until Node Is Not Visible
      • Window Should Not Be Focused
      • Window Should Not Be Visible
  • Improved INFO level keyword printouts
  • Updated jrobotremoteserver and javalibcore with bug fixes
    • jrobotremoteserver has now implementations for missing remote library methods
    • javalibcore supports again named arguments
  • Moved test application related fxml files to test jar (#14)
  • Documentation updates
  • Bug fixes
    • #24 Find keywords does not support failIfNotFound=True in remote library mode
    • #25 Call Object Method kw allows empty object
    • #28 Object mapping does not work with lists
    • #29 Exceptions for get_keyword_tags and get_keyword_types