Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 768 Bytes

commands.md

File metadata and controls

13 lines (12 loc) · 768 Bytes

Probe commands

  • Await Notification - waits until the IDE issues a notification with a specified title
  • Await Idle - waits until there is no more background tasks running
  • Build - builds the specified file, module or project
  • Close Project - closes the specified project
  • Invoke Action Async - invokes the specified actions without waiting for it to finish
  • Invoke Action - invokes the specified actions and waits for it to finish
  • Open Project - opens the specified file as a project
  • Run - runs main class using the specified configuration
  • Run JUnit - runs the specified JUnit configuration
  • Shutdown - starts the process of shutting down the IDE
  • Take screenshot - saves the current view of the IDE alongside the automatically captured screenshots