UISupport

Applies to ReadyAPI 3.52, last modified on April 18, 2024

The UISupport class deserves special mention. It is the facade for common UI-related tasks, and contains most of the methods you will need to interact with the ReadyAPI GUI and create a user interface for your plugin.

GUI Examples

UISupport.showInfoMessage(String)

UISupport.confirm(String, String)

UISupport.selectAndShow(ModelItem)
Highlight search results