Releases: JetBrains/intellij-ui-test-robot
Releases · JetBrains/intellij-ui-test-robot
v0.11.23
v0.11.22
v0.11.21
- assertj-swing-junit replaced with assertj-swing due to security issue
- added hasFocusAttrinute. Now component in focus can be found by xpath: //div[@hasfocus='true']
v0.11.20
- launcher: added pycharm community, rider
- steps: added closeProject step
- xpath generator: don't use localization related locators
v0.11.19
new steps in remote-fixtures:
-
executeCmd step
-
openProject step
-
invokeAction step
-
updated intellij-gradle-plugin
-
other minor fixes
v0.11.18
- fixed compatibility issue with older versions of the Idea based on jbr11
v0.11.17
Experimental feature UI Test Recorder, try to call 'Record UI Test' action. It can help you with:
- generating locators for the component with 'control + click';
- adding hot key, enterText, mouse action steps;
- recording mode: it can record mouse and keyboard actions into the kotlin code
Please create an issue if you have any problems or suggestions
Other changes:
- steps introduced in remote-fixtures
- fixed undefined arrayOf in doubleKeyPressOnMac error
- fixed error when toolTipTextSuppliers is called on some components
- added method to define expand timeout in JTreeFixture
v0.11.16
v0.11.15
What's Changed
v0.11.14
What's Changed
- fixtures: added JTreeFixture based on TextParserCellReader
- fixed issue on 222: Unable to make field private java.awt.Color...
- other minor fixes