The following table lists the API objects that are supported by JIA to enable automation of OracleForms button type controls.
JIA API Object |
OracleForms 10g Control |
---|---|
OracleEWTButton |
oracle.ewt.button.PushButton, or any class that inherits from it |
OracleFormButton |
oracle.forms.ui.VButton, or any class that inherits from it |
The following method is used to perform a left-click on a button:
void Click() |