UISupport

Applies to ReadyAPI 3.49, last modified on November 16, 2023

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