How to automatate Intellij idea UI ?

Answered

How to automate IntelliJ idea UI ?

 

We are developing a plug in/add on and we want to automate the UI of the idea (as A developer trying to install/setup and use the plug in)...

What is the correct tool to do it ?

 

KR

Nicolas Grossi

0
1 comment

Nicolas,

IDE has the possibility to record and play macros (Edit > Macros). Maybe that'd be useful for you?

You can take it as a starting point: com/intellij/ide/actionMacro

0

Please sign in to leave a comment.